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

/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/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))) {
648 if (!disconnectA2dpNative(getByteAddress(device))) {
932 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/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.java362 if (!connectHfpNative(getByteAddress(device))) {
437 disconnectHfpNative(getByteAddress(device));
473 getByteAddress(mTargetDevice));
499 bindResponseNative(message.arg1, message.arg2 == 1, getByteAddress(device));
614 if (!connectHfpNative(getByteAddress(mTargetDevice))) {
686 disconnectHfpNative(getByteAddress(device));
819 if (disconnectHfpNative(getByteAddress(disconnectDevice))) {
841 if (!connectHfpNative(getByteAddress(device))) {
865 if (!disconnectHfpNative(getByteAddress(device))) {
894 connectAudioNative(getByteAddress(devic
3289 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java256 NativeInterface.queryCurrentCallsNative(getByteAddress(mCurrentDevice));
489 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
536 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
562 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
581 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
600 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
618 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
810 if (!NativeInterface.connectNative(getByteAddress(device))) {
865 NativeInterface.disconnectNative(getByteAddress(device));
985 NativeInterface.disconnectNative(getByteAddress(devic
1778 private byte[] getByteAddress(BluetoothDevice device) { method in class:HeadsetClientStateMachine
[all...]

Completed in 115 milliseconds