Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h77 int L2capSendDisconnectionReq(L2capConnection *conn, L2capChannel *chan);
H A Dl2cap_core.c326 int L2capSendDisconnectionReq(L2capConnection *conn, L2capChannel *chan) in L2capSendDisconnectionReq() function
611 L2capSendDisconnectionReq(conn, chan); in L2capErfcTxOneFrame()
678 L2capSendDisconnectionReq(conn, chan); in L2capErfcMonitorTimeout()
773 L2capSendDisconnectionReq(conn, chan); in L2capErfcDoTx()
1948 L2capSendDisconnectionReq(conn, chan); in L2capProcessCommandReject()
H A Dl2cap.c257 L2capSendDisconnectionReq(conn, chan); in L2CAP_DisconnectionReq()