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