/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | packet.h | 183 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 D | l2cap_le.c | 975 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 D | l2cap_cmn.c | 165 PacketRead(pkt, header, 0, sizeof(header)); in L2capAclDataReceived()
|
H A D | l2cap_core.c | 2011 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 D | hci.c | 330 PacketRead(packet->packet, btPacket.data, 0, btPacket.size); in HciSendPacketCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_ctrl_act.c | 644 PacketRead(pkt, buf, 0, len); in AvctPktDataPrint()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_client_parse.c | 396 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 D | sdp_server.c | 1080 PacketRead(packet, buffer, 0, parameterLength); in SdpParseClientRequest()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | packet.c | 379 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 D | hid_host_l2cap_connection.cpp | 601 PacketRead(pkt, event.data_.get(), 0, dataLength); in HidHostRecvDataCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 1136 PacketRead(pkt, frameData, 0, packetSize); in ProcessSinkStream()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 599 PacketRead(pkt, buff.get(), 0, dataLength); in BnepRecvDataCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_impl.c | 1996 PacketRead(pkt, buf, 0, len); in AvdtPktDataPrint()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile.cpp | 2354 PacketRead(iter->second.data_, buffer, 0, PacketSize(iter->second.data_)); in GetReadValueCache()
|