Searched refs:iGatt (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothManager.java | 197 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates() local 198 if (iGatt == null) return devices; in getDevicesMatchingConnectionStates() 200 iGatt.getDevicesMatchingConnectionStates(states, mAttributionSource), in getDevicesMatchingConnectionStates() 299 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer() local 300 if (iGatt == null) { in openGattServer() 305 new BluetoothGattServer(iGatt, transport, mAdapter); in openGattServer()
|
H A D | BluetoothGattServer.java | 388 /* package */ BluetoothGattServer(IBluetoothGatt iGatt, int transport, in BluetoothGattServer() argument 390 mService = iGatt; in BluetoothGattServer()
|
H A D | BluetoothDevice.java | 2551 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt() local 2552 if (iGatt == null) { in connectGatt() 2557 iGatt, this, transport, opportunistic, phy, mAttributionSource); in connectGatt()
|
H A D | BluetoothAdapter.java | 2361 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in isHardwareTrackingFiltersAvailable() local 2362 if (iGatt == null) { in isHardwareTrackingFiltersAvailable() 2366 return (iGatt.numHwTrackFiltersAvailable(mAttributionSource) != 0); in isHardwareTrackingFiltersAvailable() 3776 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan() local 3777 if (iGatt == null) { in startLeScan()
|
H A D | BluetoothGatt.java | 733 /* package */ BluetoothGatt(IBluetoothGatt iGatt, BluetoothDevice device, int transport, in BluetoothGatt() argument 735 mService = iGatt; in BluetoothGatt()
|