Home
last modified time | relevance | path

Searched refs:L2CIF_SendData (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_act.c299 int lRet = L2CIF_SendData(cbBr->chId, pkt, NULL); in AvctCbBrSendMsg()
353 int lRet = L2CIF_SendData(cbDev->cbBr->chId, sndPkg, NULL); in AvctCbBrRevMsg()
H A Davctp_ctrl_act.c378 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 Dl2cap_if.h137 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 Dpan_bnep.cpp302 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 Dsdp_connect.c1221 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 Datt_common.c585 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 Dhid_host_l2cap_connection.cpp293 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 Drfcomm_l2cap_if.c557 int ret = L2CIF_SendData(lcid, packet, NULL); in RfcommSendData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.c50 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 Davdtp_impl.c1377 L2CIF_SendData(transTbl->lcid, mediaPacket, AvdtStreamSendDataCallback); in AvdtActWriteReq()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_if.c449 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 Dtransport_l2cap.cpp151 return L2CIF_SendData(this->l2capHandle_, pkt, NULL); in Write()