Searched refs:p_phy (Results 1 – 10 of 10) sorted by relevance
/subsys/bluetooth/controller/ll_sw/ |
A D | ull_central_iso.c | 92 uint16_t c_phy, uint16_t p_phy); 132 uint8_t c_phy, uint8_t p_phy, in ll_cis_parameters_set() argument 138 status = ll_cis_parameters_validate(cis_idx, cis_id, c_sdu, p_sdu, c_phy, p_phy); in ll_cis_parameters_set() 150 ll_iso_setup.stream[cis_idx].lll.rx.phy = p_phy; in ll_cis_parameters_set() 667 uint8_t c_phy, uint8_t p_phy, in ll_cis_parameters_test_set() argument 673 status = ll_cis_parameters_validate(cis_idx, cis_id, c_sdu, p_sdu, c_phy, p_phy); in ll_cis_parameters_test_set() 688 ll_iso_setup.stream[cis_idx].lll.rx.phy = p_phy; in ll_cis_parameters_test_set() 1362 uint16_t c_phy, uint16_t p_phy) in ll_cis_parameters_validate() argument 1371 !p_phy || ((p_phy & ~PHY_VALID_MASK) != 0U)) { in ll_cis_parameters_validate()
|
A D | ull_peripheral_iso.c | 277 cis->lll.tx.phy = req->p_phy; in ull_peripheral_iso_acquire()
|
A D | ull_llcp_cc.c | 310 !phy_valid(pdu->llctrl.cis_req.p_phy)) { in rp_cc_check_phy() 316 const uint8_t phys = pdu->llctrl.cis_req.p_phy | pdu->llctrl.cis_req.c_phy; in rp_cc_check_phy()
|
A D | ull_llcp_pdu.c | 862 p->p_phy = ctx->data.cis_create.p_phy; in llcp_pdu_encode_cis_req()
|
A D | ull_llcp_internal.h | 292 uint8_t p_phy; member
|
A D | pdu.h | 839 uint8_t p_phy; member
|
A D | ull_llcp.c | 833 ctx->data.cis_create.p_phy = cis->lll.rx.phy; in ull_cp_cis_create()
|
/subsys/bluetooth/host/ |
A D | iso.c | 1174 const uint8_t p_phy = bt_get_phy(evt->p_phy); in store_cis_info() local 1197 tx->phy = p_phy; in store_cis_info() 1212 if (rx != NULL && rx->phy != p_phy) { in store_cis_info() 1213 LOG_WRN("Unexpected P to C max SDU: %u != %u", p_phy, rx->phy); in store_cis_info() 1217 rx->phy = p_phy; in store_cis_info() 1257 peripheral->phy = bt_get_phy(evt->p_phy); in store_cis_info() 1776 cis_param->p_phy = qos->tx->phy; in hci_le_set_cig_params() 1779 cis_param->p_phy = qos->rx->phy; in hci_le_set_cig_params() 1785 cis_param->p_phy, cis_param->p_sdu, cis_param->p_rtn); in hci_le_set_cig_params() 1867 cis_param->p_phy = qos->tx->phy; in hci_le_set_cig_test_params() [all …]
|
/subsys/bluetooth/controller/include/ |
A D | ll.h | 157 uint8_t c_phy, uint8_t p_phy, 173 uint8_t c_phy, uint8_t p_phy,
|
/subsys/bluetooth/controller/hci/ |
A D | hci.c | 2074 params->c_phy, params->p_phy, in le_set_cig_parameters() 2145 params->p_phy, in le_set_cig_params_test() 4483 sep->p_phy = find_lsb_set(lll_cis_p->phy);
|
Completed in 70 milliseconds