Home
last modified time | relevance | path

Searched refs:getBluetoothGatt (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java134 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()
180 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()
231 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
DIBluetoothManager.aidl40 IBluetoothGatt getBluetoothGatt(); in getBluetoothGatt() method
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.java133 gatt = mBluetoothManager.getBluetoothGatt(); in startAdvertising()
DBluetoothLeScanner.java131 gatt = mBluetoothManager.getBluetoothGatt(); in startScan()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java704 public IBluetoothGatt getBluetoothGatt() { in getBluetoothGatt() method in BluetoothManagerService