Searched refs:iGatt (Results 1 – 5 of 5) sorted by relevance
135 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices() local136 if (iGatt == null) return connectedDevices; in getConnectedDevices()138 connectedDevices = iGatt.getDevicesMatchingConnectionStates( in getConnectedDevices()179 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates() local180 if (iGatt == null) return devices; in getDevicesMatchingConnectionStates()181 devices = iGatt.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()230 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer() local231 if (iGatt == null) { in openGattServer()235 BluetoothGattServer mGattServer = new BluetoothGattServer(iGatt,transport); in openGattServer()
1720 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt() local1721 if (iGatt == null) { in connectGatt()1725 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, phy); in connectGatt()
1503 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in isHardwareTrackingFiltersAvailable() local1504 if (iGatt == null) { in isHardwareTrackingFiltersAvailable()1508 return (iGatt.numHwTrackFiltersAvailable() != 0); in isHardwareTrackingFiltersAvailable()2418 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan() local2419 if (iGatt == null) { in startLeScan()
361 /*package*/ BluetoothGattServer(IBluetoothGatt iGatt, int transport) { in BluetoothGattServer() argument362 mService = iGatt; in BluetoothGattServer()
630 /*package*/ BluetoothGatt(IBluetoothGatt iGatt, BluetoothDevice device, in BluetoothGatt() argument632 mService = iGatt; in BluetoothGatt()