Searched refs:bluetoothGatt (Results 1 – 1 of 1) sorted by relevance
246 BluetoothGatt bluetoothGatt = mBluetoothGatt.getAndSet(null); in cleanup() local247 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 …]