Home
last modified time | relevance | path

Searched defs:getByteAddress (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterfaceTest.java66 public void getByteAddress() { in getByteAddress() method in HearingAidNativeInterfaceTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java127 byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HearingAidNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorNativeInterface.java113 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in CsipSetCoordinatorNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkNativeInterface.java83 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in A2dpSinkNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java168 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in A2dpNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java279 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HidDeviceNativeInterface
DHidHostService.java200 private byte[] getByteAddress(BluetoothDevice device, int transport) { in getByteAddress() method in HidHostService
237 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HidHostService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java77 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HapClientNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java709 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in CsipSetCoordinatorServiceTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java222 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java1149 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HapClientTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java72 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in LeAudioNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java339 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in NativeInterface
DHeadsetClientStateMachine.java2327 byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HeadsetClientStateMachine
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java92 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HeadsetNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java289 public static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in Utils