Home
last modified time | relevance | path

Searched refs:mDeviceGatt (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java66 private BluetoothGatt mDeviceGatt; field in BluetoothAccessoryFragment
157 mDeviceGatt = mDevice.connectGatt(getActivity(), true, new GattBatteryCallbacks()); in onStart()
178 if (mDeviceGatt != null) { in onStop()
179 mDeviceGatt.close(); in onStop()