Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java136 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices() local
178 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates() local
231 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.java1951 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in isHardwareTrackingFiltersAvailable() local
2952 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan() local
DBluetoothDevice.java2161 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt() local