Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DBlePeripheralManager.java246 BluetoothGatt bluetoothGatt = mBluetoothGatt.getAndSet(null); in cleanup() local
247 if (bluetoothGatt != null) { in cleanup()
248 gattServer.cancelConnection(bluetoothGatt.getDevice()); in cleanup()
249 bluetoothGatt.disconnect(); in cleanup()
405 BluetoothGatt bluetoothGatt = mBluetoothGatt.get();
406 if (bluetoothGatt == null) {
409 bluetoothGatt.discoverServices();
423 BluetoothGatt bluetoothGatt = mBluetoothGatt.get();
424 if (bluetoothGatt == null) {
427 BluetoothGattService gapService = bluetoothGatt.getService(
[all …]