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

  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 134 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
135 if (iGatt == null) return connectedDevices;
137 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
176 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
177 if (iGatt == null) return devices;
178 devices = iGatt.getDevicesMatchingConnectionStates(states);
229 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
230 if (iGatt == null) {
234 BluetoothGattServer mGattServer = new BluetoothGattServer(iGatt, transport);
BluetoothDevice.java     [all...]
BluetoothAdapter.java     [all...]
BluetoothGattServer.java 379 /*package*/ BluetoothGattServer(IBluetoothGatt iGatt, int transport) {
380 mService = iGatt;
    [all...]
BluetoothGatt.java 683 /*package*/ BluetoothGatt(IBluetoothGatt iGatt, BluetoothDevice device,
685 mService = iGatt;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 

Completed in 198 milliseconds