Searched refs:p_phy (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/ |
D | main.c | 75 .p_phy = 0x01, 106 .p_phy = 0x01, 475 .p_phy = 0x01, in ZTEST() 656 cis->lll.rx.phy = local_cis_req.p_phy; in ZTEST() 808 cis->lll.rx.phy = local_cis_req.p_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() 142 ll_iso_setup.stream[cis_idx].lll.rx.phy = p_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() 685 ll_iso_setup.stream[cis_idx].lll.rx.phy = p_phy; in ll_cis_parameters_test_set() 1341 uint16_t c_phy, uint16_t p_phy) in ll_cis_parameters_validate() argument 1350 !p_phy || ((p_phy & ~PHY_VALID_MASK) != 0U)) { in ll_cis_parameters_validate()
|
D | ull_peripheral_iso.c | 271 cis->lll.tx.phy = req->p_phy; in ull_peripheral_iso_acquire()
|
D | ull_llcp_cc.c | 306 !phy_valid(pdu->llctrl.cis_req.p_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 | 862 p->p_phy = ctx->data.cis_create.p_phy; in llcp_pdu_encode_cis_req()
|
D | ull_llcp_internal.h | 292 uint8_t p_phy; member
|
D | pdu.h | 839 uint8_t p_phy; member
|
D | ull_llcp.c | 833 ctx->data.cis_create.p_phy = cis->lll.rx.phy; in ull_cp_cis_create()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 1107 const uint8_t p_phy = bt_get_phy(evt->p_phy); in store_cis_info() local 1130 tx->phy = p_phy; in store_cis_info() 1145 if (rx != NULL && rx->phy != p_phy) { in store_cis_info() 1146 LOG_WRN("Unexpected P to C max SDU: %u != %u", p_phy, rx->phy); in store_cis_info() 1150 rx->phy = p_phy; in store_cis_info() 1188 peripheral->phy = bt_get_phy(evt->p_phy); in store_cis_info() 1785 cis_param->p_phy = qos->tx->phy; in hci_le_set_cig_params() 1788 cis_param->p_phy = qos->rx->phy; in hci_le_set_cig_params() 1794 cis_param->p_phy, cis_param->p_sdu, cis_param->p_rtn); in hci_le_set_cig_params() 1877 cis_param->p_phy = qos->tx->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 | 424 pdu->llctrl.cis_req.p_phy = p->p_phy; in helper_pdu_encode_cis_req() 1154 zassert_equal(pdu->llctrl.cis_req.p_phy, p->p_phy, in helper_pdu_verify_cis_req()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 2107 uint8_t p_phy; member 2141 uint8_t p_phy; member 3325 uint8_t p_phy; member 3468 uint8_t p_phy; member
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 2039 params->c_phy, params->p_phy, in le_set_cig_parameters() 2110 params->p_phy, in le_set_cig_params_test() 4399 sep->p_phy = find_lsb_set(lll_cis_p->phy);
|