Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpCoverArtService.java199 mNativeInterface.setBipClientStatus(device.getAddress(), true); in connect()
203 mNativeInterface.setBipClientStatus(device.getAddress(), false); in connect()
231 mNativeInterface.setBipClientStatus(device.getAddress(), false); in disconnect()
H A DAvrcpNativeInterface.java76 void setBipClientStatus(String bdaddr, boolean connected) { in setBipClientStatus() method in AvrcpNativeInterface