Searched refs:IBluetoothGatt (Results 1 – 11 of 11) sorted by relevance
20 import android.bluetooth.IBluetoothGatt;40 IBluetoothGatt getBluetoothGatt(); in getBluetoothGatt()
130 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()175 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()226 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
49 private IBluetoothGatt mService;310 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt, int transport) { in BluetoothGattServer()
34 interface IBluetoothGatt { interface
45 private IBluetoothGatt mService;611 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device, in BluetoothGatt()
1431 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()
1695 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan()
23 import android.bluetooth.IBluetoothGatt;131 IBluetoothGatt gatt; in startAdvertising()238 private final IBluetoothGatt mBluetoothGatt;249 IBluetoothGatt bluetoothGatt) { in AdvertiseCallbackWrapper()
23 import android.bluetooth.IBluetoothGatt;116 IBluetoothGatt gatt; in startScan()215 private IBluetoothGatt mBluetoothGatt;223 public BleScanCallbackWrapper(IBluetoothGatt bluetoothGatt, in BleScanCallbackWrapper()
23 import android.bluetooth.IBluetoothGatt;126 private IBluetoothGatt mBluetoothGatt;516 public IBluetoothGatt getBluetoothGatt() { in getBluetoothGatt()1038 mBluetoothGatt = IBluetoothGatt.Stub.asInterface(service); in handleMessage()1392 Intent i = new Intent(IBluetoothGatt.class.getName()); in bluetoothStateChangeHandler()
116 core/java/android/bluetooth/IBluetoothGatt.aidl \