Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java134 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices() local
180 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates() local
231 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer() local
DBluetoothGattServer.java310 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt, int transport) { in BluetoothGattServer()
DBluetoothGatt.java611 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device, in BluetoothGatt()
DBluetoothAdapter.java1349 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in isHardwareTrackingFiltersAvailable() local
2186 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan() local
DBluetoothDevice.java1580 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt() local