Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Denum_helper.h31 …de { BT_SCAN_MODE_NONE = 0, BT_SCAN_MODE_CONNECTABLE = 1, BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE = … enumerator
84 … *raw_value > static_cast<int64_t>(hci::LegacyScanMode::BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE)) { in FromLegacyConfigString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAbstractionLayer.java29 static final int BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE = 0x02; field in AbstractionLayer
DAdapterService.java6100 return AbstractionLayer.BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE; in convertScanModeToHal()
6112 case AbstractionLayer.BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE: in convertScanModeFromHal()
/packages/modules/Bluetooth/system/btcore/fuzzer/
DREADME.md20 …` | 0.`BT_SCAN_MODE_NONE` 1.`BT_SCAN_MODE_CONNECTABLE` 2.`BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE` |…
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc283 CASE_RETURN_STRING(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); in dump_adapter_scan_mode()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h72 BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE, enumerator
/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc69 constexpr bt_scan_mode_t kAdapterScanMode{BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE};
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc444 case BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE: in BTA_DmSetVisibility()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc605 std::make_pair(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE, in TEST_F()