Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1243 BT_CONN_LE_OPT_NO_1M = BIT(1), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c707 BT_CONN_LE_OPT_NO_1M) ? 1 : 0) + in bt_le_create_conn_ext()
740 if (!(bt_dev.create_param.options & BT_CONN_LE_OPT_NO_1M)) { in bt_le_create_conn_ext()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3279 options |= BT_CONN_LE_OPT_NO_1M; in bt_do_connect_le()
4436 options |= BT_CONN_LE_OPT_NO_1M; in cmd_fal_connect()