Home
last modified time | relevance | path

Searched refs:IBluetoothGatt (Results 1 – 12 of 12) 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()
DIBluetoothGatt.aidl35 interface IBluetoothGatt { interface
DBluetoothGattServer.java49 private IBluetoothGatt mService;
310 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt, int transport) { in BluetoothGattServer()
DBluetoothGatt.java45 private IBluetoothGatt mService;
499 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device, in BluetoothGatt()
DBluetoothAdapter.java1401 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in isHardwareTrackingFiltersAvailable()
2295 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan()
DBluetoothDevice.java1591 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;
166 IBluetoothGatt gatt; in startScan()
277 private IBluetoothGatt mBluetoothGatt;
285 public BleScanCallbackWrapper(IBluetoothGatt bluetoothGatt, in BleScanCallbackWrapper()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java25 import android.bluetooth.IBluetoothGatt;
129 private IBluetoothGatt mBluetoothGatt;
716 public IBluetoothGatt getBluetoothGatt() { in getBluetoothGatt()
1274 mBluetoothGatt = IBluetoothGatt.Stub.asInterface(service); in handleMessage()
1688 Intent i = new Intent(IBluetoothGatt.class.getName()); in bluetoothStateChangeHandler()
/frameworks/base/
DAndroid.mk125 core/java/android/bluetooth/IBluetoothGatt.aidl \
Dcompiled-classes-phone680 android.bluetooth.IBluetoothGatt
681 android.bluetooth.IBluetoothGatt$Stub
682 android.bluetooth.IBluetoothGatt$Stub$Proxy