Home
last modified time | relevance | path

Searched defs:iGatt (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java150 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices() local
192 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates() local
245 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer() local
DBluetoothGattServer.java379 /*package*/ BluetoothGattServer(IBluetoothGatt iGatt, int transport) { in BluetoothGattServer()
DBluetoothGatt.java693 /*package*/ BluetoothGatt(IBluetoothGatt iGatt, BluetoothDevice device, in BluetoothGatt()
DBluetoothAdapter.java2145 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in isHardwareTrackingFiltersAvailable() local
3180 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan() local
DBluetoothDevice.java2159 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt() local