Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h73 int L2capSendConnectionRsp(L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t resul…
H A Dl2cap_core.c157 int L2capSendConnectionRsp(L2capConnection *conn, L2capChannel *chan, uint8_t ident, uint16_t resul… in L2capSendConnectionRsp() function
1596 L2capSendConnectionRsp( in L2capProcessConnectionReq()
1607 L2capSendConnectionRsp( in L2capProcessConnectionReq()
1625 L2capSendConnectionRsp( in L2capProcessConnectionReq()
H A Dl2cap.c107 L2capSendConnectionRsp(conn, chan, id, result, status); in L2CAP_ConnectRsp()