/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/ |
D | main.c | 74 .c_phy = 0x01, 105 .c_phy = 0x01, 474 .c_phy = 0x03, in ZTEST() 655 cis->lll.tx.phy = local_cis_req.c_phy; in ZTEST() 807 cis->lll.tx.phy = local_cis_req.c_phy; in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_central_iso.c | 84 uint16_t c_phy, uint16_t p_phy); 124 uint8_t c_phy, uint8_t p_phy, in ll_cis_parameters_set() argument 130 status = ll_cis_parameters_validate(cis_idx, cis_id, c_sdu, p_sdu, c_phy, p_phy); in ll_cis_parameters_set() 140 ll_iso_setup.stream[cis_idx].lll.tx.phy = c_phy; in ll_cis_parameters_set() 664 uint8_t c_phy, uint8_t p_phy, in ll_cis_parameters_test_set() argument 670 status = ll_cis_parameters_validate(cis_idx, cis_id, c_sdu, p_sdu, c_phy, p_phy); in ll_cis_parameters_test_set() 683 ll_iso_setup.stream[cis_idx].lll.tx.phy = c_phy; in ll_cis_parameters_test_set() 1341 uint16_t c_phy, uint16_t p_phy) in ll_cis_parameters_validate() argument 1349 if (!c_phy || ((c_phy & ~PHY_VALID_MASK) != 0U) || in ll_cis_parameters_validate()
|
D | ull_peripheral_iso.c | 265 cis->lll.rx.phy = req->c_phy; in ull_peripheral_iso_acquire()
|
D | ull_llcp_cc.c | 305 if (!phy_valid(pdu->llctrl.cis_req.c_phy) || in rp_cc_check_phy() 312 const uint8_t phys = pdu->llctrl.cis_req.p_phy | pdu->llctrl.cis_req.c_phy; in rp_cc_check_phy()
|
D | ull_llcp_pdu.c | 861 p->c_phy = ctx->data.cis_create.c_phy; in llcp_pdu_encode_cis_req()
|
D | ull_llcp_internal.h | 291 uint8_t c_phy; member
|
D | pdu.h | 838 uint8_t c_phy; member
|
D | ull_llcp.c | 832 ctx->data.cis_create.c_phy = cis->lll.tx.phy; in ull_cp_cis_create()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 1106 const uint8_t c_phy = bt_get_phy(evt->c_phy); in store_cis_info() local 1125 rx->phy = c_phy; in store_cis_info() 1137 if (tx != NULL && tx->phy != c_phy) { in store_cis_info() 1138 LOG_WRN("Unexpected C to P PHY: %u != %u", c_phy, tx->phy); in store_cis_info() 1142 tx->phy = c_phy; in store_cis_info() 1181 central->phy = bt_get_phy(evt->c_phy); in store_cis_info() 1774 cis_param->c_phy = qos->rx->phy; in hci_le_set_cig_params() 1777 cis_param->c_phy = qos->tx->phy; in hci_le_set_cig_params() 1793 i, cis_param->cis_id, cis_param->c_phy, cis_param->c_sdu, cis_param->c_rtn, in hci_le_set_cig_params() 1865 cis_param->c_phy = qos->rx->phy; in hci_le_set_cig_test_params() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 157 uint8_t c_phy, uint8_t p_phy, 173 uint8_t c_phy, uint8_t p_phy,
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 423 pdu->llctrl.cis_req.c_phy = p->c_phy; in helper_pdu_encode_cis_req() 1152 zassert_equal(pdu->llctrl.cis_req.c_phy, p->c_phy, in helper_pdu_verify_cis_req()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 2106 uint8_t c_phy; member 2140 uint8_t c_phy; member 3324 uint8_t c_phy; member 3467 uint8_t c_phy; member
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 2039 params->c_phy, params->p_phy, in le_set_cig_parameters() 2109 params->c_phy, in le_set_cig_params_test() 4398 sep->c_phy = find_lsb_set(lll_cis_c->phy);
|