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.c1173 cp->prim_adv_phy = BT_HCI_LE_PHY_1M; in le_ext_adv_param_set()
1183 cp->prim_adv_phy = BT_HCI_LE_PHY_CODED; in le_ext_adv_param_set()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1554 uint8_t prim_adv_phy; member
1580 uint8_t prim_adv_phy; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3494 if ((cmd->prim_adv_phy > BT_HCI_LE_PHY_CODED) || in le_set_ext_adv_param()
3497 ((cmd->prim_adv_phy == BT_HCI_LE_PHY_CODED) || in le_set_ext_adv_param()
3511 phy_p = BIT(cmd->prim_adv_phy - 1); in le_set_ext_adv_param()