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.java134 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()
180 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()
231 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()
DBluetoothAdapter.java1349 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in isHardwareTrackingFiltersAvailable()
2186 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan()
DBluetoothDevice.java1580 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java23 import android.bluetooth.IBluetoothGatt;
131 IBluetoothGatt gatt; in startAdvertising()
237 private final IBluetoothGatt mBluetoothGatt;
248 IBluetoothGatt bluetoothGatt) { in AdvertiseCallbackWrapper()
DBluetoothLeScanner.java26 import android.bluetooth.IBluetoothGatt;
129 IBluetoothGatt gatt; in startScan()
239 private IBluetoothGatt mBluetoothGatt;
247 public BleScanCallbackWrapper(IBluetoothGatt bluetoothGatt, in BleScanCallbackWrapper()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java26 import android.bluetooth.IBluetoothGatt;
137 private IBluetoothGatt mBluetoothGatt;
704 public IBluetoothGatt getBluetoothGatt() { in getBluetoothGatt()
1289 mBluetoothGatt = IBluetoothGatt.Stub.asInterface(service); in handleMessage()
1681 Intent i = new Intent(IBluetoothGatt.class.getName()); in bluetoothStateChangeHandler()
/frameworks/base/
DAndroid.mk119 core/java/android/bluetooth/IBluetoothGatt.aidl \