Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h93 BT_CONN_LE_PHY_OPT_CODED_S2 = BIT(0), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3495 if ((param->options & BT_CONN_LE_PHY_OPT_CODED_S2) && in bt_conn_le_phy_update()
3498 } else if (param->options & BT_CONN_LE_PHY_OPT_CODED_S2) { in bt_conn_le_phy_update()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3662 param.options |= BT_CONN_LE_PHY_OPT_CODED_S2; in cmd_conn_phy_update()