Home
last modified time | relevance | path

Searched refs:sA2dpProfile (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothA2dpFacade.java55 private static BluetoothA2dp sA2dpProfile = null; field in BluetoothA2dpFacade
81 sA2dpProfile = (BluetoothA2dp) proxy; in onServiceConnected()
115 List<BluetoothDevice> sinks = sA2dpProfile.getConnectedDevices(); in a2dpConnect()
118 sA2dpProfile.disconnect(sink); in a2dpConnect()
121 return sA2dpProfile.connect(device); in a2dpConnect()
131 if (sA2dpProfile == null) return false; in a2dpDisconnect()
132 if (sA2dpProfile.getPriority(device) > BluetoothProfile.PRIORITY_ON) { in a2dpDisconnect()
133 sA2dpProfile.setPriority(device, BluetoothProfile.PRIORITY_ON); in a2dpDisconnect()
135 return sA2dpProfile.disconnect(device); in a2dpDisconnect()
161 if (sA2dpProfile == null) return; in bluetoothA2dpSetPriority()
[all …]