Searched refs:mGattCallback (Results 1 – 2 of 2) sorted by relevance
60 private GattCallback mGattCallback; field in GattClientListener95 mGattCallback = new GattCallback(); in GattClientListener()164 false, mGattCallback, BluetoothDevice.TRANSPORT_LE); in onReceive()
283 mBtGatt = device.connectGatt(mContext, false /* autoConnect */, mGattCallback);305 private BluetoothGattCallback mGattCallback = new BluetoothGattCallback() { field in SimpleBleClient