Searched defs:bdaddr (Results 1 – 2 of 2) sorted by relevance
180 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()
137 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() local299 RawAddress bdaddr; in disconnectDeviceNative() local790 RawAddress bdaddr; in sendVolumeChangedNative() local