Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java48 private static final String EXTRA_TYPE = "type"; field in GattDebugUtils
92 int type = intent.getIntExtra(EXTRA_TYPE, 2 /* LE device */); in handleDebugAction()
101 int type = intent.getIntExtra(EXTRA_TYPE, 1 /* All services */); in handleDebugAction()