Home
last modified time | relevance | path

Searched refs:L2CIF_DisconnectionRsp (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_if.h120 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 Davdtp_l2cap.c606 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 Drfcomm_l2cap_if.c523 L2CIF_DisconnectionRsp(lcid, id, NULL); in RfcommSendDisconnectRsp()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_l2cap.c412 L2CIF_DisconnectionRsp(lcid, id, NULL); in AvctBrRecvDisconnectionReqCBack()
H A Davctp_ctrl_l2cap.c401 L2CIF_DisconnectionRsp(lcid, id, NULL); in AvctRecvDisconnectionReqCBack()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_if.c358 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 Dtransport_l2cap.cpp582 L2CIF_DisconnectionRsp(lcid, id, nullptr); in TransportRecvDisconnectionReqCallbackNative()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp848 L2CIF_DisconnectionRsp(lcid, id, nullptr); in HidHostRecvDisconnectionReqCallbackTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp762 L2CIF_DisconnectionRsp(lcid, id, nullptr); in BnepRecvDisconnectionReqCallbackTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c943 L2CIF_DisconnectionRsp(lcid, id, SdpDisconnectionRspCallback); in SdpReceiveDisconnectRequestTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2242 L2CIF_DisconnectionRsp(attRecDisReqPtr->lcid, attRecDisReqPtr->id, DisconnectRespCallback); in AttReceiveDisconnectionReqAsync()