Home
last modified time | relevance | path

Searched refs:HandleGetItemAttributes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h232 virtual void HandleGetItemAttributes(uint8_t label,
Ddevice.cc1034 HandleGetItemAttributes(label, Packet::Specialize<GetItemAttributesRequest>(pkt)); in BrowseMessageReceived()
1205 void Device::HandleGetItemAttributes(uint8_t label, std::shared_ptr<GetItemAttributesRequest> pkt) { in HandleGetItemAttributes() function in bluetooth::avrcp::Device