HomeSort by relevance Sort by last modified time
    Searched refs:getConnectedDevices (Results 1 - 16 of 16) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHspFacade.java 155 Log.d("Connected devices: " + sHspProfile.getConnectedDevices());
157 sHspProfile.getConnectedDevices(), device);
168 return sHspProfile.getConnectedDevices();
184 List<BluetoothDevice> deviceList = sHspProfile.getConnectedDevices();
225 Log.d("Connected devices: " + sHspProfile.getConnectedDevices());
227 if (sHspProfile.getConnectedDevices().size() > 1) {
232 sHspProfile.getConnectedDevices(), deviceAddress);
254 Log.d("Connected devices: " + sHspProfile.getConnectedDevices());
256 if (sHspProfile.getConnectedDevices().size() > 1) {
261 sHspProfile.getConnectedDevices(), deviceAddress)
    [all...]
BluetoothHidFacade.java 207 Log.d("Connected devices: " + sHidProfile.getConnectedDevices());
209 sHidProfile.getConnectedDevices(), device);
220 return sHidProfile.getConnectedDevices();
236 List<BluetoothDevice> deviceList = sHidProfile.getConnectedDevices();
262 sHidProfile.getConnectedDevices(), deviceID);
288 sHidProfile.getConnectedDevices(), deviceID);
309 sHidProfile.getConnectedDevices(), deviceID);
325 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(),
344 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(),
360 BluetoothDevice device = BluetoothFacade.getDevice(sHidProfile.getConnectedDevices(),
    [all...]
BluetoothHfpClientFacade.java 170 Log.d("Connected devices: " + sHfpClientProfile.getConnectedDevices());
173 sHfpClientProfile.getConnectedDevices(), deviceStr);
190 return sHfpClientProfile.getConnectedDevices();
207 sHfpClientProfile.getConnectedDevices();
231 device = BluetoothFacade.getDevice(sHfpClientProfile.getConnectedDevices(), deviceStr);
255 sHfpClientProfile.getConnectedDevices(), deviceStr);
279 sHfpClientProfile.getConnectedDevices(), deviceStr);
BluetoothA2dpSinkFacade.java 161 Log.d("Connected devices: " + sA2dpSinkProfile.getConnectedDevices());
165 sA2dpSinkProfile.getConnectedDevices(), deviceStr);
181 return sA2dpSinkProfile.getConnectedDevices();
197 List<BluetoothDevice> deviceList = sA2dpSinkProfile.getConnectedDevices();
BluetoothPbapClientFacade.java 174 Log.d("Connected devices: " + sPbapClientProfile.getConnectedDevices());
178 sPbapClientProfile.getConnectedDevices(), deviceStr);
195 return sPbapClientProfile.getConnectedDevices();
211 sPbapClientProfile.getConnectedDevices();
BluetoothHidDeviceFacade.java 338 Log.d("Connected devices: " + sHidDeviceProfile.getConnectedDevices());
339 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(),
354 return sHidDeviceProfile.getConnectedDevices();
370 List<BluetoothDevice> deviceList = sHidDeviceProfile.getConnectedDevices();
426 BluetoothDevice device = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(),
458 BluetoothDevice device = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(),
484 BluetoothDevice device = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(),
509 BluetoothDevice device = BluetoothFacade.getDevice(sHidDeviceProfile.getConnectedDevices(),
BluetoothAvrcpFacade.java 87 return sAvrcpProfile.getConnectedDevices();
BluetoothPanFacade.java 91 return sPanProfile.getConnectedDevices();
BluetoothMapFacade.java 101 sMapProfile.getConnectedDevices();
BluetoothA2dpFacade.java 115 List<BluetoothDevice> sinks = sA2dpProfile.getConnectedDevices();
208 sA2dpProfile.getConnectedDevices();
BluetoothMapClientFacade.java 139 sMapProfile.getConnectedDevices(), deviceID);
179 sMapProfile.getConnectedDevices();
GattServerFacade.java 160 mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT_SERVER);
190 mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT_SERVER);
219 mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT_SERVER);
262 mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT_SERVER);
382 return mBluetoothGattServerList.get(index).getConnectedDevices();
    [all...]
BluetoothConnectionFacade.java 547 return mBluetoothManager.getConnectedDevices(profile);
GattClientFacade.java 331 return mBluetoothGattList.get(index).getConnectedDevices();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
HidDeviceActivity.java 198 List<BluetoothDevice> connectedDevices = mBluetoothHidDevice.getConnectedDevices();
213 if (mBluetoothHidDevice.getConnectedDevices().size() == 0) {
217 mHidHost = mBluetoothHidDevice.getConnectedDevices().get(0);
238 if (mBluetoothHidDevice.getConnectedDevices().size() == 0) {
242 mHidHost = mBluetoothHidDevice.getConnectedDevices().get(0);
259 if (mBluetoothHidDevice.getConnectedDevices().size() == 0) {
263 mHidHost = mBluetoothHidDevice.getConnectedDevices().get(0);
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
HearingAidProfileTest.java 177 deviceList = mService.getConnectedDevices();
178 Log.d(TAG, "getConnectedDevices(): size=" + deviceList.size());

Completed in 1486 milliseconds