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.java82 private BluetoothGatt mDeviceGatt; field in BluetoothAccessoryFragment
163 mDeviceGatt = mDevice.connectGatt(getActivity(), true, new GattBatteryCallbacks()); in onStart()
190 if (mDeviceGatt != null) { in onStop()
191 mDeviceGatt.close(); in onStop()