Searched refs:iGatt (Results 1 – 5 of 5) sorted by relevance
137 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices() local138 if (iGatt == null) return connectedDevices; in getConnectedDevices()140 connectedDevices = iGatt.getDevicesMatchingConnectionStates( in getConnectedDevices()183 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates() local184 if (iGatt == null) return devices; in getDevicesMatchingConnectionStates()185 devices = iGatt.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()234 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer() local235 if (iGatt == null) { in openGattServer()239 BluetoothGattServer mGattServer = new BluetoothGattServer(iGatt,transport); in openGattServer()
1594 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt() local1595 if (iGatt == null) { in connectGatt()1599 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport); in connectGatt()
1399 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in isHardwareTrackingFiltersAvailable() local1400 if (iGatt == null) { in isHardwareTrackingFiltersAvailable()1404 return (iGatt.numHwTrackFiltersAvailable() != 0); in isHardwareTrackingFiltersAvailable()2280 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan() local2281 if (iGatt == null) { in startLeScan()
309 /*package*/ BluetoothGattServer(IBluetoothGatt iGatt, int transport) { in BluetoothGattServer() argument310 mService = iGatt; in BluetoothGattServer()
509 /*package*/ BluetoothGatt(IBluetoothGatt iGatt, BluetoothDevice device, in BluetoothGatt() argument511 mService = iGatt; in BluetoothGatt()