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 98 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
99 for(BluetoothDevice connectedDevice : connectedDevices) {
130 List<BluetoothDevice> connectedDevices = new ArrayList<BluetoothDevice>();
135 if (iGatt == null) return connectedDevices;
137 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
143 return connectedDevices;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 64 milliseconds