Searched refs:L2capDeleteChannel (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_inst.h | 190 void L2capDeleteChannel(L2capConnection *conn, L2capChannel *chan, uint16_t removeAcl);
|
H A D | l2cap.c | 110 L2capDeleteChannel(conn, chan, 0); in L2CAP_ConnectRsp() 282 L2capDeleteChannel(conn, chan, 0); in L2CAP_DisconnectionRsp()
|
H A D | l2cap_inst.c | 360 void L2capDeleteChannel(L2capConnection *conn, L2capChannel *chan, uint16_t removeAcl) in L2capDeleteChannel() function
|
H A D | l2cap_core.c | 92 L2capDeleteChannel(conn, chan, 1); in L2capResponseTimeout() 1674 L2capDeleteChannel(conn, chan, 1); in L2capProcessConnectionRsp() 1772 L2capDeleteChannel(conn, chan, 1); in L2capProcessDisconnectionRsp() 1939 L2capDeleteChannel(conn, chan, 1); in L2capProcessCommandReject()
|
Completed in 5 milliseconds