Home
last modified time | relevance | path

Searched refs:L2CIF_DisconnectionReq (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_if.h112 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 Dtransport_l2cap.cpp58 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 Dhid_host_l2cap_connection.cpp221 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 Davctp_br_act.c115 L2CIF_DisconnectionReq(cbDev->cbBr->chId, NULL); in AvctCbBrChDisconn()
H A Davctp_ctrl_act.c123 L2CIF_DisconnectionReq(cbDev->cbCtrl->chId, NULL); in AvctCbCtrlChDisconn()
H A Davctp_br_l2cap.c365 L2CIF_DisconnectionReq(lcid, NULL); in AvctBrRecvConfigRspCBack()
H A Davctp_ctrl_l2cap.c358 L2CIF_DisconnectionReq(lcid, NULL); in AvctRecvConfigRspCBack()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_impl.c1130 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 Drfcomm_l2cap_if.c507 L2CIF_DisconnectionReq(lcid, NULL); in RfcommSendDisconnectReq()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_if.c319 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 Dpan_bnep.cpp223 L2CIF_DisconnectionReq(lcid_, nullptr); in Disconnect()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c918 L2CIF_DisconnectionReq(lcid, NULL); in SdpSendDisconnectRequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2699 L2CIF_DisconnectionReq(connect->AttConnectID.bredrcid, L2cifBREDRDisconnectReqCallBack); in InitiativeDisconnect()