Searched refs:sec_phy (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 6801 adv_info->sec_phy = 0U; 6867 uint8_t *const sec_phy, int8_t *const tx_pwr, argument 6909 *sec_phy = HCI_AUX_PHY_TO_HCI_PHY(PDU_ADV_AUX_PTR_PHY_GET(aux_ptr)); 6953 static void ext_adv_info_fill(uint8_t evt_type, uint8_t phy, uint8_t sec_phy, argument 6996 adv_info->sec_phy = sec_phy; 7015 static void ext_adv_pdu_frag(uint8_t evt_type, uint8_t phy, uint8_t sec_phy, argument 7031 ext_adv_info_fill(evt_type, phy, sec_phy, adv_addr_type, 7053 uint8_t *const sec_phy, uint8_t adv_addr_type, argument 7068 ext_adv_pdu_frag(evt_type, phy, *sec_phy, adv_addr_type, 7085 ext_adv_pdu_frag(evt_type, phy, *sec_phy, [all …]
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 77 evt->sec_phy = 0; in adv_info_create()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.c | 783 scan_info->secondary_phy = get_ext_adv_coding_sel_phy(evt->sec_phy); in create_ext_adv_info() 786 scan_info->secondary_phy = bt_get_phy(evt->sec_phy); in create_ext_adv_info()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 3242 uint8_t sec_phy; member
|