Home
last modified time | relevance | path

Searched defs:SetBipClientStatus (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc563 void AvrcpService::SetBipClientStatus(const RawAddress& bdaddr, bool connected) { in SetBipClientStatus() function in bluetooth::avrcp::AvrcpService
706 void AvrcpService::ServiceInterfaceImpl::SetBipClientStatus(const RawAddress& bdaddr, in SetBipClientStatus() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc186 void ConnectionHandler::SetBipClientStatus(const RawAddress& bdaddr, bool connected) { in SetBipClientStatus() function in bluetooth::avrcp::ConnectionHandler
Ddevice.cc86 void Device::SetBipClientStatus(bool connected) { in SetBipClientStatus() function in bluetooth::avrcp::Device
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc60 void AvrcpService::ServiceInterfaceImpl::SetBipClientStatus(const RawAddress& /*bdaddr*/, in SetBipClientStatus() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc111 void SetBipClientStatus(bool connected) { test_device->SetBipClientStatus(connected); } in SetBipClientStatus() function in bluetooth::avrcp::AvrcpDeviceTest