Searched refs:gattServer (Results 1 – 1 of 1) sorted by relevance
210 BluetoothGattServer gattServer = mGattServer.get(); in notifyCharacteristicChanged() local211 if (gattServer == null) { in notifyCharacteristicChanged()215 if (!gattServer.notifyCharacteristicChanged(device, characteristic, confirm)) { in notifyCharacteristicChanged()240 BluetoothGattServer gattServer = mGattServer.getAndSet(null); in cleanup() local241 if (gattServer == null) { in cleanup()248 gattServer.cancelConnection(bluetoothGatt.getDevice()); in cleanup()251 gattServer.clearServices(); in cleanup()252 gattServer.close(); in cleanup()257 BluetoothGattServer gattServer = mGattServer.get(); in openGattServer() local258 if (gattServer != null) { in openGattServer()[all …]