Home
last modified time | relevance | path

Searched defs:bdaddr (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java76 void setBipClientStatus(String bdaddr, boolean connected) { in setBipClientStatus()
200 boolean connectDevice(String bdaddr) { in connectDevice()
205 boolean disconnectDevice(String bdaddr) { in disconnectDevice()
210 void setActiveDevice(String bdaddr) { in setActiveDevice()
217 void deviceConnected(String bdaddr, boolean absoluteVolume) { in deviceConnected()
229 void deviceDisconnected(String bdaddr) { in deviceDisconnected()
241 void sendVolumeChanged(String bdaddr, int volume) { in sendVolumeChanged()
268 private native boolean connectDeviceNative(String bdaddr); in connectDeviceNative()
269 private native boolean disconnectDeviceNative(String bdaddr); in disconnectDeviceNative()
270 private native void sendVolumeChangedNative(String bdaddr, int volume); in sendVolumeChangedNative()
[all …]
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp137 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected()
141 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected()
145 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected()
301 RawAddress bdaddr; in connectDeviceNative() local
320 RawAddress bdaddr; in disconnectDeviceNative() local
863 RawAddress bdaddr; in sendVolumeChangedNative() local
893 RawAddress bdaddr; in setBipClientStatusNative() local