Home
last modified time | relevance | path

Searched refs:IBluetoothGatt (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothManager.aidl20 import android.bluetooth.IBluetoothGatt;
40 IBluetoothGatt getBluetoothGatt(); in getBluetoothGatt()
DBluetoothManager.java130 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()
175 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()
226 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
DBluetoothGattServer.java49 private IBluetoothGatt mService;
310 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt, int transport) { in BluetoothGattServer()
DIBluetoothGatt.aidl34 interface IBluetoothGatt { interface
DBluetoothGatt.java45 private IBluetoothGatt mService;
611 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device, in BluetoothGatt()
DBluetoothDevice.java1431 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()
DBluetoothAdapter.java1695 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan()
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java23 import android.bluetooth.IBluetoothGatt;
131 IBluetoothGatt gatt; in startAdvertising()
238 private final IBluetoothGatt mBluetoothGatt;
249 IBluetoothGatt bluetoothGatt) { in AdvertiseCallbackWrapper()
DBluetoothLeScanner.java23 import android.bluetooth.IBluetoothGatt;
116 IBluetoothGatt gatt; in startScan()
215 private IBluetoothGatt mBluetoothGatt;
223 public BleScanCallbackWrapper(IBluetoothGatt bluetoothGatt, in BleScanCallbackWrapper()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java23 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()
/frameworks/base/
DAndroid.mk116 core/java/android/bluetooth/IBluetoothGatt.aidl \