Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHfpClientFacade.java107 description = "Mac address of a BT device.") String deviceStr, in bluetoothHfpClientSetPriority()
114 deviceStr); in bluetoothHfpClientSetPriority()
128 "Mac address of a BT device.") String deviceStr) in bluetoothHfpClientGetPriority()
132 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothHfpClientGetPriority()
145 String deviceStr) in bluetoothHfpClientConnect()
150 BluetoothFacade.DiscoveredDevices, deviceStr); in bluetoothHfpClientConnect()
155 + deviceStr + " with " + e); in bluetoothHfpClientConnect()
169 String deviceStr) { in bluetoothHfpClientDisconnect()
174 sHfpClientProfile.getConnectedDevices(), deviceStr); in bluetoothHfpClientDisconnect()
228 String deviceStr) { in bluetoothHfpClientGetAudioState()
[all …]
DBluetoothPbapClientFacade.java108 description = "Mac address of a BT device.") String deviceStr, in bluetoothPbapClientSetPriority()
115 deviceStr); in bluetoothPbapClientSetPriority()
128 description = "Mac address of a BT device.") String deviceStr) in bluetoothPbapClientGetPriority()
135 deviceStr); in bluetoothPbapClientGetPriority()
148 String deviceStr) throws Exception { in bluetoothPbapClientConnect()
153 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothPbapClientConnect()
158 + deviceStr + " with " + e); in bluetoothPbapClientConnect()
172 String deviceStr) { in bluetoothPbapClientDisconnect()
178 sPbapClientProfile.getConnectedDevices(), deviceStr); in bluetoothPbapClientDisconnect()
DBluetoothA2dpSinkFacade.java94 String deviceStr, in bluetoothA2dpSinkSetPriority()
101 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothA2dpSinkSetPriority()
115 String deviceStr) in bluetoothA2dpSinkGetPriority()
120 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothA2dpSinkGetPriority()
141 "Name or MAC address of a bluetooth device.") String deviceStr) in bluetoothA2dpSinkConnect()
146 BluetoothFacade.DiscoveredDevices, deviceStr); in bluetoothA2dpSinkConnect()
159 String deviceStr) { in bluetoothA2dpSinkDisconnect()
165 sA2dpSinkProfile.getConnectedDevices(), deviceStr); in bluetoothA2dpSinkDisconnect()
DBluetoothA2dpFacade.java157 String deviceStr, in bluetoothA2dpSetPriority()
163 BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothA2dpSetPriority()
DBluetoothHspFacade.java118 String deviceStr, in bluetoothHspSetPriority()
123 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothHspSetPriority()