Searched refs:L2CIF_DisconnectionRsp (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_if.h | 120 void BTSTACK_API L2CIF_DisconnectionRsp(uint16_t lcid, uint8_t id, void (*cb)(uint16_t lcid, int re…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.c | 606 L2CIF_DisconnectionRsp(lcid, id, NULL); in AvdtL2capDisconnectIndCallback() 629 L2CIF_DisconnectionRsp(lcid, id, NULL); in AvdtL2capDisconnectIndCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_l2cap_if.c | 523 L2CIF_DisconnectionRsp(lcid, id, NULL); in RfcommSendDisconnectRsp()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_br_l2cap.c | 412 L2CIF_DisconnectionRsp(lcid, id, NULL); in AvctBrRecvDisconnectionReqCBack()
|
H A D | avctp_ctrl_l2cap.c | 401 L2CIF_DisconnectionRsp(lcid, id, NULL); in AvctRecvDisconnectionReqCBack()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_if.c | 358 void L2CIF_DisconnectionRsp(uint16_t lcid, uint8_t id, void (*cb)(uint16_t lcid, int result)) in L2CIF_DisconnectionRsp() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 582 L2CIF_DisconnectionRsp(lcid, id, nullptr); in TransportRecvDisconnectionReqCallbackNative()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 848 L2CIF_DisconnectionRsp(lcid, id, nullptr); in HidHostRecvDisconnectionReqCallbackTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 762 L2CIF_DisconnectionRsp(lcid, id, nullptr); in BnepRecvDisconnectionReqCallbackTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 943 L2CIF_DisconnectionRsp(lcid, id, SdpDisconnectionRspCallback); in SdpReceiveDisconnectRequestTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 2242 L2CIF_DisconnectionRsp(attRecDisReqPtr->lcid, attRecDisReqPtr->id, DisconnectRespCallback); in AttReceiveDisconnectionReqAsync()
|