Searched refs:mBluetoothGatt (Results 1 – 1 of 1) sorted by relevance
59 private BluetoothGatt mBluetoothGatt; field in GattClientListener96 mBluetoothGatt = null; in GattClientListener()162 if (mBluetoothGatt == null) { in onReceive()163 mBluetoothGatt = mDevice.connectGatt(mContext, in onReceive()166 mBluetoothGatt.discoverServices(); in onReceive()191 mBluetoothGatt.discoverServices(); in onConnectionStateChange()197 mBluetoothGatt.close(); in onConnectionStateChange()201 mBluetoothGatt = null; in onConnectionStateChange()215 mBluetoothGatt.requestMtu(MAX_MTU); in onServicesDiscovered()