Searched refs:IBluetoothGatt (Results 1 – 9 of 9) sorted by relevance
20 import android.bluetooth.IBluetoothGatt;39 IBluetoothGatt getBluetoothGatt(); in getBluetoothGatt()
130 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()175 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()206 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
29 interface IBluetoothGatt { interface
1479 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan()1569 IBluetoothGatt iGatt = adapter.getBluetoothManager().getBluetoothGatt(); in stopLeScan()1596 IBluetoothGatt iGatt = null; in onClientRegistered()
57 private IBluetoothGatt mService;281 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt) { in BluetoothGattServer()
1189 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()
56 private IBluetoothGatt mService;557 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device) { in BluetoothGatt()
22 import android.bluetooth.IBluetoothGatt;109 private IBluetoothGatt mBluetoothGatt;478 public IBluetoothGatt getBluetoothGatt() { in getBluetoothGatt()790 mBluetoothGatt = IBluetoothGatt.Stub.asInterface(service); in handleMessage()1118 Intent i = new Intent(IBluetoothGatt.class.getName()); in bluetoothStateChangeHandler()1121 Log.e(TAG, "Fail to bind to: " + IBluetoothGatt.class.getName()); in bluetoothStateChangeHandler()
104 core/java/android/bluetooth/IBluetoothGatt.aidl \