Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java53 private static final String EXTRA_IO_CAP = "io_cap"; field in GattDebugUtils
108 int ioCap = intent.getIntExtra(EXTRA_IO_CAP, 4); in handleDebugAction()