Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpCoverArtService.java192 mNativeInterface.setBipClientStatus(device, true); in connect()
196 mNativeInterface.setBipClientStatus(device, false); in connect()
227 mNativeInterface.setBipClientStatus(device, false); in disconnect()
DAvrcpNativeInterface.java97 void setBipClientStatus(BluetoothDevice device, boolean connected) { in setBipClientStatus() method in AvrcpNativeInterface