Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterfaceTest.java65 public void getByteAddress() { in getByteAddress() method in HearingAidNativeInterfaceTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java130 private static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in A2dpNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java128 byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HearingAidNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorNativeInterface.java61 private static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in CsipSetCoordinatorNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java46 private static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HapClientNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java446 private static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in CsipSetCoordinatorServiceTest
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientServiceTest.java714 private static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HapClientServiceTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java165 private byte[] getByteAddress(BluetoothDevice device, int transport) { in getByteAddress() method in HidHostService
187 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HidHostService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java72 private static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in LeAudioNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java46 private static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java336 private static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in NativeInterface
DHeadsetClientStateMachine.java2404 byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HeadsetClientStateMachine
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java86 private static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HeadsetNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java328 public static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in Utils