Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c6766 adv_info->sec_phy = 0U;
6832 uint8_t *const sec_phy, int8_t *const tx_pwr, argument
6874 *sec_phy = HCI_AUX_PHY_TO_HCI_PHY(PDU_ADV_AUX_PTR_PHY_GET(aux_ptr));
6918 static void ext_adv_info_fill(uint8_t evt_type, uint8_t phy, uint8_t sec_phy, argument
6961 adv_info->sec_phy = sec_phy;
6980 static void ext_adv_pdu_frag(uint8_t evt_type, uint8_t phy, uint8_t sec_phy, argument
6996 ext_adv_info_fill(evt_type, phy, sec_phy, adv_addr_type,
7018 uint8_t *const sec_phy, uint8_t adv_addr_type, argument
7033 ext_adv_pdu_frag(evt_type, phy, *sec_phy, adv_addr_type,
7050 ext_adv_pdu_frag(evt_type, phy, *sec_phy,
[all …]
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c77 evt->sec_phy = 0; in adv_info_create()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c759 scan_info->secondary_phy = bt_get_phy(evt->sec_phy); in create_ext_adv_info()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3180 uint8_t sec_phy; member