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.java180 boolean connectDevice(String bdaddr) { in connectDevice()
185 boolean disconnectDevice(String bdaddr) { in disconnectDevice()
190 void setActiveDevice(String bdaddr) { in setActiveDevice()
197 void deviceConnected(String bdaddr, boolean absoluteVolume) { in deviceConnected()
209 void deviceDisconnected(String bdaddr) { in deviceDisconnected()
221 void sendVolumeChanged(String bdaddr, int volume) { in sendVolumeChanged()
246 private native boolean connectDeviceNative(String bdaddr); in connectDeviceNative()
247 private native boolean disconnectDeviceNative(String bdaddr); in disconnectDeviceNative()
248 private native void sendVolumeChangedNative(String bdaddr, int volume); in sendVolumeChangedNative()
/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()
280 RawAddress bdaddr; in connectDeviceNative() local
299 RawAddress bdaddr; in disconnectDeviceNative() local
790 RawAddress bdaddr; in sendVolumeChangedNative() local