Home
last modified time | relevance | path

Searched defs:pduId (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_packet.cpp151 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 Davrcp_ct_service.cpp1531 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 Davrcp_ct_vendor.cpp1237 AvrcCtRcrPacket::AvrcCtRcrPacket(uint8_t pduId) : AvrcCtVendorPacket() in AvrcCtRcrPacket()
1301 AvrcCtAcrPacket::AvrcCtAcrPacket(uint8_t pduId) : AvrcCtVendorPacket() in AvrcCtAcrPacket()
H A Davrcp_ct_profile.cpp673 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 Davrcp_tg_packet.cpp145 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 Davrcp_tg_browse.cpp28 AvrcTgBrowsePacket::AvrcTgBrowsePacket(uint8_t pduId, uint8_t status, uint8_t label) : status_(stat… in AvrcTgBrowsePacket()
H A Davrcp_tg_vendor.cpp31 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 Davrcp_tg_profile.cpp1476 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 Dsdp_util.h171 SdpPduId pduId; member
H A Dsdp_connect.c1413 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 Dsdp_client_parse.c312 SdpPduId pduId; in SdpParseServerResponse() local
H A Dsdp_server.c1056 SdpPduId pduId = header[0]; in SdpParseClientRequest() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c837 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 Dbluetooth_avrcp_ct.cpp1668 int AvrcpController::RequestContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId) in RequestContinuingResponse()
1683 int AvrcpController::AbortContinuingResponse(const BluetoothRemoteDevice &device, uint8_t pduId) in AbortContinuingResponse()