Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java71 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() { field in BluetoothLeService
237 mBluetoothGatt = device.connectGatt(this, false, mGattCallback); in connect()