Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h96 BT_CONN_LE_PHY_OPT_CODED_S8 = BIT(1), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3496 (param->options & BT_CONN_LE_PHY_OPT_CODED_S8)) { in bt_conn_le_phy_update()
3500 } else if (param->options & BT_CONN_LE_PHY_OPT_CODED_S8) { in bt_conn_le_phy_update()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3664 param.options |= BT_CONN_LE_PHY_OPT_CODED_S8; in cmd_conn_phy_update()