/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_br_act.c | 299 int lRet = L2CIF_SendData(cbBr->chId, pkt, NULL); in AvctCbBrSendMsg() 353 int lRet = L2CIF_SendData(cbDev->cbBr->chId, sndPkg, NULL); in AvctCbBrRevMsg()
|
H A D | avctp_ctrl_act.c | 378 int lRet = L2CIF_SendData(cbDev->cbCtrl->chId, sndPkg, NULL); in AvctCbCtrlRevMsg() 421 ret = L2CIF_SendData(cbCh->chId, pkt, NULL); in AvctSendSignleMsg() 476 ret = L2CIF_SendData(cbCh->chId, sndPkg, NULL); in AvctSendFraMsg()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_if.h | 137 int BTSTACK_API L2CIF_SendData(uint16_t lcid, const Packet *pkt, void (*cb)(uint16_t lcid, int resu…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 302 L2CIF_SendData(lcid_, packet, nullptr); in AddPacketToWaitingSendDataList() 883 L2CIF_SendData(lcid_, packet, nullptr); in BnepRemoteBusyCallbackTask() 1207 L2CIF_SendData(lcid_, packet, nullptr); in BnepSendControlCommandNotUnderstood() 1228 L2CIF_SendData(lcid_, packet, nullptr); in BnepSendSetupConnectionResponse() 1249 L2CIF_SendData(lcid_, packet, nullptr); in BnepSendFilterNetTypeResponse() 1270 L2CIF_SendData(lcid_, packet, nullptr); in BnepSendFilterMultiAddrResponse()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 1221 L2CIF_SendData(lcid, packet, NULL); in SdpSendErrorResponse() 1329 L2CIF_SendData(lcid, sendPacket, NULL); in SdpSendSearchFragmentResponse() 1404 L2CIF_SendData(lcid, sendPacket, NULL); in SdpSendSearchResponse() 1499 L2CIF_SendData(lcid, sendPacket, NULL); in SdpSendAttributeFragmentResponse() 1566 L2CIF_SendData(lcid, sendPacket, NULL); in SdpSendAttributeResponse() 1608 L2CIF_SendData(lcid, sendPacket, NULL); in SdpSendRequest()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_common.c | 585 ret = L2CIF_SendData(connect->AttConnectID.bredrcid, packet, BREDRRecvSendDataCallback); in AttSendSequenceScheduling() 624 … ret = L2CIF_SendData(connect->AttConnectID.bredrcid, PacketPtr, BREDRRecvSendDataCallback); in AttReceiveSequenceScheduling() 1621 … ret = L2CIF_SendData(connect->AttConnectID.bredrcid, (Packet *)packet, AttBREDRSendRespCallback); in AttResponseSendData()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 293 L2CIF_SendData(lcid, packet, nullptr); in SendGetReport() 321 L2CIF_SendData(lcid, packet, nullptr); in SendSetReport()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_l2cap_if.c | 557 int ret = L2CIF_SendData(lcid, packet, NULL); in RfcommSendData()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_message.c | 50 if (L2CIF_SendData(transTbl->lcid, sigCtrl->currentMsg, NULL)) { in AvdtSendSig() 138 uint16_t Ret = L2CIF_SendData(lcid, sendMsg, NULL); in AvdtSendFragStart() 161 int16_t Ret = L2CIF_SendData(lcid, sendMsg, NULL); in AvdtSendFragContinueEnd()
|
H A D | avdtp_impl.c | 1377 L2CIF_SendData(transTbl->lcid, mediaPacket, AvdtStreamSendDataCallback); in AvdtActWriteReq()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_if.c | 449 int L2CIF_SendData(uint16_t lcid, const Packet *pkt, void (*cb)(uint16_t lcid, int result)) in L2CIF_SendData() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 151 return L2CIF_SendData(this->l2capHandle_, pkt, NULL); in Write()
|