Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp1541 void AvrcTgProfile::SendBrowseRsp( in SendBrowseRsp() function in OHOS::bluetooth::AvrcTgProfile
1567 SendBrowseRsp(rawAddr, packet, AVRC_TG_SM_EVENT_SET_BROWSED_PLAYER); in SendSetBrowsedPlayerRsp()
1582 SendBrowseRsp(rawAddr, packet, AVRC_TG_SM_EVENT_SET_BROWSED_PLAYER); in ReceiveSetBrowsedPlayerCmd()
1593 SendBrowseRsp(rawAddr, packet, AVRC_TG_SM_EVENT_CHANGE_PATH); in SendChangePathRsp()
1609 SendBrowseRsp(rawAddr, packet, AVRC_TG_SM_EVENT_CHANGE_PATH); in ReceiveChangePathCmd()
1626 SendBrowseRsp(rawAddr, packet, AVRC_TG_SM_EVENT_GET_FOLDER_ITEMS); in SendGetFolderItemsRsp()
1643 SendBrowseRsp(rawAddr, packet, AVRC_TG_SM_EVENT_GET_FOLDER_ITEMS); in SendGetFolderItemsRsp()
1658 SendBrowseRsp(rawAddr, packet, AVRC_TG_SM_EVENT_GET_FOLDER_ITEMS); in ReceiveGetFolderItemsCmd()
1671 SendBrowseRsp(rawAddr, packet, AVRC_TG_SM_EVENT_GET_ITEM_ATTRIBUTES); in SendGetItemAttributesRsp()
1689 SendBrowseRsp(rawAddr, packet, AVRC_TG_SM_EVENT_GET_ITEM_ATTRIBUTES); in ReceiveGetItemAttributesCmd()
[all …]
H A Davrcp_tg_profile.h1306 …static void SendBrowseRsp(const RawAddress &rawAddr, std::shared_ptr<AvrcTgBrowsePacket> &pkt, Avr…