Searched defs:getByteAddress (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpNativeInterface.java96 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 DHearingAidNativeInterface.java93 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 DUtils.java66 public static byte[] getByteAddress(BluetoothDevice device) { method in class:Utils
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java156 return connectNative(getByteAddress(device));
255 private byte[] getByteAddress(BluetoothDevice device) { method in class:HidDeviceNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java150 private byte[] getByteAddress(BluetoothDevice device) { method in class:AtPhonebook
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java207 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 DHeadsetClientStateMachine.java272 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