Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAbstractionLayer.java33 static final int BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE = 0x02; field in AbstractionLayer
DAdapterService.java2782 return AbstractionLayer.BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE; in convertScanModeToHal()
2794 case AbstractionLayer.BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE: in convertScanModeFromHal()