HomeSort by relevance Sort by last modified time
    Searched defs:iGatt (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 137 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
138 if (iGatt == null) return connectedDevices;
140 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
183 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
184 if (iGatt == null) return devices;
185 devices = iGatt.getDevicesMatchingConnectionStates(states);
234 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
235 if (iGatt == null) {
239 BluetoothGattServer mGattServer = new BluetoothGattServer(context, iGatt,transport);
BluetoothDevice.java     [all...]
BluetoothAdapter.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 415 milliseconds