Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java52 private static final String EXTRA_AUTH_REQ = "auth_req"; field in GattDebugUtils
107 int authReq = intent.getIntExtra(EXTRA_AUTH_REQ, 5); in handleDebugAction()