Home
last modified time | relevance | path

Searched refs:L2capGetChannel3 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.h186 void L2capGetChannel3(uint16_t aclHandle, uint16_t lcid, L2capConnection **conn, L2capChannel **cha…
H A Dl2cap_inst.c164 void L2capGetChannel3(uint16_t aclHandle, uint16_t lcid, L2capConnection **conn, L2capChannel **cha… in L2capGetChannel3() function
H A Dl2cap_core.c2108 L2capGetChannel3(aclHandle, cid, &conn, &chan); in L2capProcessData()