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 130 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
131 if (iGatt == null) return connectedDevices;
133 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
175 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
176 if (iGatt == null) return devices;
177 devices = iGatt.getDevicesMatchingConnectionStates(states);
226 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
227 if (iGatt == null) {
231 BluetoothGattServer mGattServer = new BluetoothGattServer(context, iGatt,transport);
BluetoothDevice.java     [all...]
BluetoothAdapter.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1963 milliseconds