Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c55 .options = BT_CONN_LE_PHY_OPT_CODED_S8, in phy_update_iterate()
59 .options = BT_CONN_LE_PHY_OPT_CODED_S8, in phy_update_iterate()
63 .options = BT_CONN_LE_PHY_OPT_CODED_S8, in phy_update_iterate()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h97 BT_CONN_LE_PHY_OPT_CODED_S8 = BIT(1), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3586 (param->options & BT_CONN_LE_PHY_OPT_CODED_S8)) { in bt_conn_le_phy_update()
3590 } else if (param->options & BT_CONN_LE_PHY_OPT_CODED_S8) { in bt_conn_le_phy_update()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3666 param.options |= BT_CONN_LE_PHY_OPT_CODED_S8; in cmd_conn_phy_update()