Home
last modified time | relevance | path

Searched refs:PacketRead (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dpacket.h183 BTSTACK_API uint32_t PacketRead(const Packet *pkt, uint8_t *dst, uint32_t offset, uint32_t size);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c975 PacketRead(pkt, buff, 0, L2CAP_SIGNAL_HEADER_LENGTH); in L2capLeProcessSignal()
981 PacketRead(pkt, buff, 0, L2CAP_SIGNAL_HEADER_LENGTH); in L2capLeProcessSignal()
986 PacketRead(pkt, buff, 0, length); in L2capLeProcessSignal()
1061 PacketRead(chan->rxSarPacket, header, 0, sizeof(header)); in L2capLeProcessLeData()
1071 PacketRead(pkt, header, 0, sizeof(header)); in L2capLeProcessLeData()
H A Dl2cap_cmn.c165 PacketRead(pkt, header, 0, sizeof(header)); in L2capAclDataReceived()
H A Dl2cap_core.c2011 PacketRead(pkt, buff, 0, L2CAP_SIGNAL_HEADER_LENGTH); in L2capProcessSignal()
2017 PacketRead(pkt, buff, 0, L2CAP_SIGNAL_HEADER_LENGTH); in L2capProcessSignal()
2022 PacketRead(pkt, buff, 0, length); in L2capProcessSignal()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c330 PacketRead(packet->packet, btPacket.data, 0, btPacket.size); in HciSendPacketCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_act.c644 PacketRead(pkt, buf, 0, len); in AvctPktDataPrint()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c396 PacketRead(packet, buffer, 0, length); in SdpParseServiceRecordHandleList()
522 PacketRead(packet, buffer, 0, length); in SdpParseAttributeList()
575 PacketRead(packet, buffer, 0, totalLength); in SdpParseAttributeListArray()
H A Dsdp_server.c1080 PacketRead(packet, buffer, 0, parameterLength); in SdpParseClientRequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c379 uint32_t PacketRead(const Packet *pkt, uint8_t *dst, uint32_t offset, uint32_t size) in PacketRead() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp601 PacketRead(pkt, event.data_.get(), 0, dataLength); in HidHostRecvDataCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp1136 PacketRead(pkt, frameData, 0, packetSize); in ProcessSinkStream()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp599 PacketRead(pkt, buff.get(), 0, dataLength); in BnepRecvDataCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_impl.c1996 PacketRead(pkt, buf, 0, len); in AvdtPktDataPrint()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp2354 PacketRead(iter->second.data_, buffer, 0, PacketSize(iter->second.data_)); in GetReadValueCache()