Searched refs:mBluetoothGatt (Results 1 – 2 of 2) 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()
76 private BluetoothGatt mBluetoothGatt; field in BleManager195 mBluetoothGatt = device.connectGatt(getContext(), false, mGattCallback); in retrieveDeviceName()235 if (mBluetoothGatt != null) { in stopGattServer()236 mBluetoothGatt.disconnect(); in stopGattServer()387 mBluetoothGatt.discoverServices();408 BluetoothGattService gapService = mBluetoothGatt.getService(420 mBluetoothGatt.readCharacteristic(deviceNameCharacteristic);