/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_packet.cpp | 151 uint8_t pduId = AVRC_CT_PDU_ID_INVALID; in GetVendorPdu() local 163 uint8_t pduId = AVRC_CT_PDU_ID_INVALID; in GetBrowsePdu() local
|
H A D | avrcp_ct_service.cpp | 1531 int AvrcpCtService::RequestContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) in RequestContinuingResponse() 1557 void AvrcpCtService::RequestContinuingResponseNative(RawAddress rawAddr, uint8_t pduId) in RequestContinuingResponseNative() 1574 int AvrcpCtService::AbortContinuingResponse(const RawAddress &rawAddr, uint8_t pduId) in AbortContinuingResponse() 1601 void AvrcpCtService::AbortContinuingResponseNative(RawAddress rawAddr, uint8_t pduId) in AbortContinuingResponseNative()
|
H A D | avrcp_ct_vendor.cpp | 1237 AvrcCtRcrPacket::AvrcCtRcrPacket(uint8_t pduId) : AvrcCtVendorPacket() in AvrcCtRcrPacket() 1301 AvrcCtAcrPacket::AvrcCtAcrPacket(uint8_t pduId) : AvrcCtVendorPacket() in AvrcCtAcrPacket()
|
H A D | avrcp_ct_profile.cpp | 673 void AvrcCtProfile::SendVendorContinueCmd(const RawAddress &rawAddr, uint8_t pduId) in SendVendorContinueCmd() 1132 void AvrcCtProfile::SendRequestContinuingResponseCmd(const RawAddress &rawAddr, uint8_t pduId) in SendRequestContinuingResponseCmd() 1142 void AvrcCtProfile::SendAbortContinuingResponseCmd(const RawAddress &rawAddr, uint8_t pduId) in SendAbortContinuingResponseCmd()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_packet.cpp | 145 uint8_t pduId = AVRC_TG_PDU_ID_INVALID; in GetVendorPdu() local 157 uint8_t pduId = AVRC_TG_PDU_ID_INVALID; in GetBrowsePdu() local
|
H A D | avrcp_tg_browse.cpp | 28 AvrcTgBrowsePacket::AvrcTgBrowsePacket(uint8_t pduId, uint8_t status, uint8_t label) : status_(stat… in AvrcTgBrowsePacket()
|
H A D | avrcp_tg_vendor.cpp | 31 AvrcTgVendorPacket::AvrcTgVendorPacket(uint8_t pduId, uint8_t status, uint8_t label) : status_(stat… in AvrcTgVendorPacket() 1840 AvrcTgAcrPacket::AvrcTgAcrPacket(uint8_t pduId, uint8_t label) : AvrcTgVendorPacket() in AvrcTgAcrPacket()
|
H A D | avrcp_tg_profile.cpp | 1476 uint8_t pduId = AvrcTgPacket::GetVendorPdu(pkt); in ReceiveVendorCmd() local 1728 uint8_t pduId = AvrcTgPacket::GetBrowsePdu(pkt); in ReceiveBrowseCmd() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_util.h | 171 SdpPduId pduId; member
|
H A D | sdp_connect.c | 1413 SdpPduId pduId, uint16_t transactionId, size_t size, Packet *fragmentPacket) in SdpBuildAttributeFragmentResponse() 1467 …uint16_t lcid, SdpPduId pduId, uint16_t transactionId, uint16_t maxCount, const Packet *attributeP… in SdpSendAttributeFragmentResponse() 1522 uint16_t lcid, uint16_t transactionId, SdpPduId pduId, uint16_t maxCount, const Packet *packet) in SdpSendAttributeResponse()
|
H A D | sdp_client_parse.c | 312 SdpPduId pduId; in SdpParseServerResponse() local
|
H A D | sdp_server.c | 1056 SdpPduId pduId = header[0]; in SdpParseClientRequest() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_acl.c | 837 const uint8_t *pduId = *data + offset; in L2capDataFilterUseAvctp() local 851 const uint8_t *pduId = *data + offset; in L2capDataFilterUseAvctpBrowsing() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1668 int AvrcpController::RequestContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId) in RequestContinuingResponse() 1683 int AvrcpController::AbortContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId) in AbortContinuingResponse()
|