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 134 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
135 if (iGatt == null) return connectedDevices;
137 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
180 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
181 if (iGatt == null) return devices;
182 devices = iGatt.getDevicesMatchingConnectionStates(states);
231 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
232 if (iGatt == null) {
236 BluetoothGattServer mGattServer = new BluetoothGattServer(context, iGatt,transport);
BluetoothAdapter.java     [all...]
BluetoothDevice.java     [all...]
BluetoothGattServer.java 310 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt, int transport) {
312 mService = iGatt;
BluetoothGatt.java 611 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device,
614 mService = iGatt;
    [all...]

Completed in 674 milliseconds