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

/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/hfp/
H A DAtPhonebook.java151 private byte[] getByteAddress(BluetoothDevice device) { method in class:AtPhonebook
178 atCommandErrorCode, getByteAddress(device));
197 mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device));
199 getByteAddress(device));
258 mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device));
260 getByteAddress(device));
284 atCommandErrorCode, getByteAddress(remoteDevice));
300 getByteAddress(remoteDevice));
302 getByteAddress(remoteDevice));
314 getByteAddress(remoteDevic
[all...]
H A DHeadsetStateMachine.java353 if (!connectHfpNative(getByteAddress(device))) {
423 disconnectHfpNative(getByteAddress(device));
449 disconnectHfpNative(getByteAddress(device));
484 getByteAddress(mTargetDevice));
563 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
666 disconnectHfpNative(getByteAddress(device));
784 if (!disconnectHfpNative(getByteAddress(DisconnectConnectedDevice))) {
807 if (!connectHfpNative(getByteAddress(device))) {
829 if (!disconnectHfpNative(getByteAddress(device))) {
856 connectAudioNative(getByteAddress(devic
3257 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java295 if (!connectA2dpNative(getByteAddress(device)) ) {
352 disconnectA2dpNative(getByteAddress(device));
368 disconnectA2dpNative(getByteAddress(device));
402 getByteAddress(mTargetDevice));
449 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
527 disconnectA2dpNative(getByteAddress(device));
624 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
644 if (!disconnectA2dpNative(getByteAddress(device))) {
928 private byte[] getByteAddress(BluetoothDevice device) { method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java205 if (!connectA2dpNative(getByteAddress(device)) ) {
265 disconnectA2dpNative(getByteAddress(device));
281 disconnectA2dpNative(getByteAddress(device));
311 getByteAddress(mTargetDevice));
366 if (!connectA2dpNative(getByteAddress(mTargetDevice))) {
524 if (!disconnectA2dpNative(getByteAddress(mCurrentDevice))) {
546 if (!disconnectA2dpNative(getByteAddress(device))) {
779 private byte[] getByteAddress(BluetoothDevice device) { method in class:A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java251 NativeInterface.queryCurrentCallsNative(getByteAddress(mCurrentDevice));
485 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
532 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
563 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
582 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
601 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
619 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
795 if (!NativeInterface.connectNative(getByteAddress(device))) {
850 NativeInterface.disconnectNative(getByteAddress(device));
970 NativeInterface.disconnectNative(getByteAddress(devic
1753 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetClientStateMachine
[all...]

Completed in 57 milliseconds