Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.h79 int L2capSendInformationReq(L2capConnection *conn, uint16_t type);
H A Dl2cap_core.c366 int L2capSendInformationReq(L2capConnection *conn, uint16_t type) in L2capSendInformationReq() function
1609 L2capSendInformationReq(conn, L2CAP_INFORMATION_TYPE_EXTENDED_FEATURE); in L2capProcessConnectionReq()
1843 L2capSendInformationReq(conn, L2CAP_INFORMATION_TYPE_FIXED_CHANNEL); in L2capProcessInformationRsp()
2237 L2capSendInformationReq(conn, L2CAP_INFORMATION_TYPE_EXTENDED_FEATURE); in L2capConnectComplete()
H A Dl2cap.c73 L2capSendInformationReq(conn, L2CAP_INFORMATION_TYPE_EXTENDED_FEATURE); in L2CAP_ConnectReq()