Searched refs:mGattCallback (Results 1 – 3 of 3) sorted by relevance
60 private GattCallback mGattCallback; field in GattClientListener95 mGattCallback = new GattCallback(); in GattClientListener()164 false, mGattCallback, BluetoothDevice.TRANSPORT_LE); in onReceive()
241 mBtGatt = device.connectGatt(mContext, /* autoConnect= */ false, mGattCallback);263 private BluetoothGattCallback mGattCallback = new BluetoothGattCallback() { field in SimpleBleClient
195 mBluetoothGatt = device.connectGatt(getContext(), false, mGattCallback); in retrieveDeviceName()376 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() { field in BleManager