Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1163 cp->prim_adv_phy = BT_HCI_LE_PHY_1M; in le_ext_adv_param_set()
1172 cp->prim_adv_phy = BT_HCI_LE_PHY_CODED; in le_ext_adv_param_set()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3459 if ((cmd->prim_adv_phy > BT_HCI_LE_PHY_CODED) || in le_set_ext_adv_param()
3462 ((cmd->prim_adv_phy == BT_HCI_LE_PHY_CODED) || in le_set_ext_adv_param()
3476 phy_p = BIT(cmd->prim_adv_phy - 1); in le_set_ext_adv_param()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1530 uint8_t prim_adv_phy; member