Home
last modified time | relevance | path

Searched refs:L2capDisconnect (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
Dl2cap_cmn.h198 int L2capDisconnect(uint16_t handle, uint8_t reason);
Dl2cap_inst.c344 L2capDisconnect(conn->aclHandle, 0x13); in L2capDisconnectTimeout()
368 L2capDisconnect(conn->aclHandle, 0x13); in L2capDeleteChannel()
Dl2cap_cmn.c683 int L2capDisconnect(uint16_t handle, uint8_t reason) in L2capDisconnect() function
Dl2cap_le.c310 L2capDisconnect(conn->aclHandle, 0x13); in L2capLeDeleteChannel()
1622 return L2capDisconnect(aclHandle, 0x13); in L2CAP_LeDisconnect()
Dl2cap_core.c85 L2capDisconnect(conn->aclHandle, 0x13); in L2capResponseTimeout()