Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_hr/src/
Dmain.c140 create_param->options |= BT_CONN_LE_OPT_CODED; in eir_found()
148 create_param->options &= ~BT_CONN_LE_OPT_CODED; in eir_found()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1235 BT_CONN_LE_OPT_CODED = BIT(0), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c709 BT_CONN_LE_OPT_CODED) ? 1 : 0); in bt_le_create_conn_ext()
750 if (bt_dev.create_param.options & BT_CONN_LE_OPT_CODED) { in bt_le_create_conn_ext()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3277 options |= BT_CONN_LE_OPT_CODED; in bt_do_connect_le()
4434 options |= BT_CONN_LE_OPT_CODED; in cmd_fal_connect()