Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h2135 BT_LE_SCAN_OPT_NO_1M = BIT(3), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c199 if (!(scan_param->options & BT_LE_SCAN_OPT_NO_1M)) { in start_le_scan_ext()
1713 BT_LE_SCAN_OPT_NO_1M)) { in valid_le_scan_param()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1692 options |= BT_LE_SCAN_OPT_NO_1M; in cmd_scan()