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);
206 IBluetoothGatt iGatt = managerService.getBluetoothGatt();
207 if (iGatt == null) {
211 BluetoothGattServer mGattServer = new BluetoothGattServer(context, iGatt);
BluetoothAdapter.java     [all...]
BluetoothDevice.java     [all...]
BluetoothGattServer.java 281 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt) {
283 mService = iGatt;
BluetoothGatt.java 566 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device) {
568 mService = iGatt;
    [all...]

Completed in 786 milliseconds