Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java48 private BluetoothGatt mBluetoothGatt; field in BluetoothLeService
82 mBluetoothGatt.discoverServices());
220 && mBluetoothGatt != null) { in connect()
222 if (mBluetoothGatt.connect()) { in connect()
237 mBluetoothGatt = device.connectGatt(this, false, mGattCallback); in connect()
251 if (mBluetoothAdapter == null || mBluetoothGatt == null) { in disconnect()
255 mBluetoothGatt.disconnect(); in disconnect()
263 if (mBluetoothGatt == null) { in close()
266 mBluetoothGatt.close(); in close()
267 mBluetoothGatt = null; in close()
[all …]