Searched defs:getByteAddress (Results 1 - 7 of 7) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpNativeInterface.java | 96 return connectA2dpNative(getByteAddress(device)); 106 return disconnectA2dpNative(getByteAddress(device)); 116 return setActiveDeviceNative(getByteAddress(device)); 129 return setCodecConfigPreferenceNative(getByteAddress(device), 137 private byte[] getByteAddress(BluetoothDevice device) { method in class:A2dpNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
H A D | HearingAidNativeInterface.java | 93 return connectHearingAidNative(getByteAddress(device)); 104 return disconnectHearingAidNative(getByteAddress(device)); 120 private byte[] getByteAddress(BluetoothDevice device) { method in class:HearingAidNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
H A D | Utils.java | 66 public static byte[] getByteAddress(BluetoothDevice device) { method in class:Utils
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
H A D | HidDeviceNativeInterface.java | 156 return connectNative(getByteAddress(device)); 255 private byte[] getByteAddress(BluetoothDevice device) { method in class:HidDeviceNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | AtPhonebook.java | 150 private byte[] getByteAddress(BluetoothDevice device) { method in class:AtPhonebook
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
H A D | A2dpSinkStateMachine.java | 207 if (!connectA2dpNative(getByteAddress(device))) { 267 disconnectA2dpNative(getByteAddress(device)); 283 disconnectA2dpNative(getByteAddress(device)); 312 onConnectionStateChanged(getByteAddress(mTargetDevice), 366 if (!connectA2dpNative(getByteAddress(mTargetDevice))) { 530 if (!disconnectA2dpNative(getByteAddress(device))) { 765 private byte[] getByteAddress(BluetoothDevice device) { method in class:A2dpSinkStateMachine
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientStateMachine.java | 272 NativeInterface.queryCurrentCallsNative(getByteAddress(mCurrentDevice)); 513 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) { 559 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) { 585 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) { 608 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) { 628 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), 646 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), 864 if (!NativeInterface.connectNative(getByteAddress(device))) { 914 NativeInterface.disconnectNative(getByteAddress(device)); 1039 NativeInterface.disconnectNative(getByteAddress(devic 1875 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetClientStateMachine [all...] |
Completed in 64 milliseconds