Home
last modified time | relevance | path

Searched refs:gattServer (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DBlePeripheralManager.java210 BluetoothGattServer gattServer = mGattServer.get(); in notifyCharacteristicChanged() local
211 if (gattServer == null) { in notifyCharacteristicChanged()
215 if (!gattServer.notifyCharacteristicChanged(device, characteristic, confirm)) { in notifyCharacteristicChanged()
240 BluetoothGattServer gattServer = mGattServer.getAndSet(null); in cleanup() local
241 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() local
258 if (gattServer != null) { in openGattServer()
[all …]