HomeSort by relevance Sort by last modified time
    Searched refs:getBluetoothAddress (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
RemoteDevice.java 62 synchronized public byte[] getBluetoothAddress() {
AvrcpControllerStateMachine.java 251 mRemoteDevice.getBluetoothAddress(), msg.arg1, msg.arg2);
272 mRemoteDevice.getBluetoothAddress(), (byte) msg.arg1,
287 mRemoteDevice.getBluetoothAddress(), (byte) msg.arg1,
314 mRemoteDevice.getBluetoothAddress(), (byte) scope,
319 mRemoteDevice.getBluetoothAddress(),
330 mRemoteDevice.getBluetoothAddress(), (int) msg.arg1);
399 .sendRegisterAbsVolRspNative(mRemoteDevice.getBluetoothAddress(),
414 mRemoteDevice.getBluetoothAddress(),
652 mRemoteDevice.getBluetoothAddress(), (byte) start, (byte) end);
656 mRemoteDevice.getBluetoothAddress(), (byte) start, (byte) end)
    [all...]

Completed in 125 milliseconds