Searched refs:mDeviceGatt (Results 1 – 1 of 1) sorted by relevance
82 private BluetoothGatt mDeviceGatt; field in BluetoothAccessoryFragment163 mDeviceGatt = mDevice.connectGatt(getActivity(), true, new GattBatteryCallbacks()); in onStart()190 if (mDeviceGatt != null) { in onStop()191 mDeviceGatt.close(); in onStop()