Home
last modified time | relevance | path

Searched refs:phy_p (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/
Dll.c155 uint8_t phy_p; in cmd_advx() local
169 phy_p = BIT(0); in cmd_advx()
182 phy_p = BIT(0); in cmd_advx()
186 phy_p = BIT(2); in cmd_advx()
256 phy_p, ADV_SEC_SKIP, ADV_PHY_S, ADV_SID, in cmd_advx()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv.c969 radio_phy_set(lll->phy_p, lll->phy_flags); in prepare_cb()
971 RADIO_PKT_CONF_PHY(lll->phy_p)); in prepare_cb()
1154 uint8_t phy_p = lll->phy_p; in isr_tx() local
1157 const uint8_t phy_p = 0U; in isr_tx() local
1172 radio_switch_complete_and_tx(phy_p, 0, phy_p, phy_flags); in isr_tx()
1200 hcto += radio_rx_chain_delay_get(phy_p, 0); in isr_tx()
1201 hcto += addr_us_get(phy_p); in isr_tx()
1202 hcto -= radio_tx_chain_delay_get(phy_p, 0); in isr_tx()
1225 radio_tx_chain_delay_get(phy_p, 0) - in isr_tx()
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c175 uint8_t phy_p; in test_advx_main() local
582 phy_p = ADV_PHY_1M; in test_advx_main()
587 phy_p, ADV_SEC_SKIP, phy_s, ADV_SID, in test_advx_main()
875 phy_p, ADV_SEC_SKIP, phy_s, ADV_SID, in test_advx_main()
926 phy_p, ADV_SEC_SKIP, phy_s, ADV_SID, in test_advx_main()
975 phy_p, ADV_SEC_SKIP, phy_s, ADV_SID, in test_advx_main()
1025 phy_p, ADV_SEC_SKIP, phy_s, ADV_SID, in test_advx_main()
1054 phy_p, ADV_SEC_SKIP, phy_s, ADV_SID, in test_advx_main()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_adv.h186 uint8_t phy_p:3; member
Dull_adv.c220 uint8_t *const tx_pwr, uint8_t phy_p, uint8_t skip, argument
283 adv->lll.phy_p = PHY_1M;
328 (phy_p == PHY_CODED)) {
329 phy_p = PHY_1M;
332 adv->lll.phy_p = phy_p;
336 adv->lll.phy_p = PHY_1M;
500 (!pri_hdr_prev.aux_ptr || (phy_p != PHY_CODED))) {
558 (!pri_hdr_prev.aux_ptr || (phy_p != PHY_CODED))) {
1218 const uint8_t phy = lll->phy_p;
2178 phy = lll->phy_p;
Dull_adv_aux.c1792 if (lll->phy_p != PHY_CODED) { in ull_adv_aux_hdr_set_clear()
3156 pdu_us = PDU_AC_US(pdu->len, adv->phy_p, adv->phy_flags); in ull_adv_aux_lll_auxptr_fill()
3281 pdu_us = PDU_AC_US(pdu->len, adv->lll.phy_p, adv->lll.phy_flags); in mfy_aux_offset_get()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_adv.c352 radio_phy_set(lll->phy_p, 1); in prepare_cb()
353 radio_pkt_configure(8, PDU_AC_LEG_PAYLOAD_SIZE_MAX, (lll->phy_p << 1)); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h66 uint8_t *const tx_pwr, uint8_t phy_p, uint8_t skip,
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3426 uint8_t phy_p; in le_set_ext_adv_param() local
3476 phy_p = BIT(cmd->prim_adv_phy - 1); in le_set_ext_adv_param()
3483 &tx_pwr, phy_p, cmd->sec_adv_max_skip, phy_s, in le_set_ext_adv_param()