HomeSort by relevance Sort by last modified time
    Searched refs:iGatt (Results 1 - 5 of 5) 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...]
BluetoothGattServer.java 292 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt, int transport) {
294 mService = iGatt;
BluetoothAdapter.java     [all...]
BluetoothGatt.java 611 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device,
614 mService = iGatt;
    [all...]

Completed in 659 milliseconds