Searched refs:L2CIF_DisconnectionReq (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_if.h | 112 void BTSTACK_API L2CIF_DisconnectionReq(uint16_t lcid, void (*cb)(uint16_t lcid, int result));
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 58 L2CIF_DisconnectionReq(l2capHandle_, nullptr); in Disconnect() 551 L2CIF_DisconnectionReq(lcid, nullptr); in TransportRecvConfigRspCallbackNative() 567 L2CIF_DisconnectionReq(lcid, nullptr); in TransportRecvConfigRspCallbackNative()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 221 L2CIF_DisconnectionReq(intrLcid_, nullptr); in Disconnect() 223 L2CIF_DisconnectionReq(ctrlLcid_, nullptr); in Disconnect() 874 L2CIF_DisconnectionReq(ctrlLcid_, nullptr); in HidHostRecvDisconnectionRspCallbackTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_br_act.c | 115 L2CIF_DisconnectionReq(cbDev->cbBr->chId, NULL); in AvctCbBrChDisconn()
|
H A D | avctp_ctrl_act.c | 123 L2CIF_DisconnectionReq(cbDev->cbCtrl->chId, NULL); in AvctCbCtrlChDisconn()
|
H A D | avctp_br_l2cap.c | 365 L2CIF_DisconnectionReq(lcid, NULL); in AvctBrRecvConfigRspCBack()
|
H A D | avctp_ctrl_l2cap.c | 358 L2CIF_DisconnectionReq(lcid, NULL); in AvctRecvConfigRspCBack()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_impl.c | 1130 L2CIF_DisconnectionReq(transTbl->lcid, NULL); in AvdtActCloseCfm() 1514 L2CIF_DisconnectionReq(transTbl->lcid, NULL); in AvdtActStreamCloseReq() 1703 L2CIF_DisconnectionReq(transTbl->lcid, NULL); in AvdtActDisconnReq() 1716 L2CIF_DisconnectionReq(transTbl->lcid, NULL); in AvdtActDisconnReq()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_l2cap_if.c | 507 L2CIF_DisconnectionReq(lcid, NULL); in RfcommSendDisconnectReq()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_if.c | 319 void L2CIF_DisconnectionReq(uint16_t lcid, void (*cb)(uint16_t lcid, int result)) in L2CIF_DisconnectionReq() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 223 L2CIF_DisconnectionReq(lcid_, nullptr); in Disconnect()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 918 L2CIF_DisconnectionReq(lcid, NULL); in SdpSendDisconnectRequest()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 2699 L2CIF_DisconnectionReq(connect->AttConnectID.bredrcid, L2cifBREDRDisconnectReqCallBack); in InitiativeDisconnect()
|