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

  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 95 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
96 for(BluetoothDevice connectedDevice : connectedDevices) {
126 List<BluetoothDevice> connectedDevices = new ArrayList<BluetoothDevice>();
131 if (iGatt == null) return connectedDevices;
133 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
139 return connectedDevices;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 384 milliseconds