Home
last modified time | relevance | path

Searched refs:p_bn (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/
Dmain.c81 .p_bn = 1,
112 .p_bn = 1,
481 .p_bn = 1, in ZTEST()
668 cis->lll.rx.bn = local_cis_req.p_bn; in ZTEST()
820 cis->lll.rx.bn = local_cis_req.p_bn; in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral_iso.c273 cis->lll.tx.bn = req->p_bn; in ull_peripheral_iso_acquire()
Dull_central_iso.c665 uint8_t c_bn, uint8_t p_bn) in ll_cis_parameters_test_set() argument
682 ll_iso_setup.stream[cis_idx].lll.rx.max_pdu = p_bn ? p_pdu : 0U; in ll_cis_parameters_test_set()
688 ll_iso_setup.stream[cis_idx].lll.rx.bn = p_bn; in ll_cis_parameters_test_set()
Dpdu.h861 uint8_t p_bn:4; member
863 uint8_t p_bn:4; member
Dull_llcp_pdu.c865 p->p_bn = ctx->data.cis_create.p_bn; in llcp_pdu_encode_cis_req()
Dull_llcp_internal.h302 uint8_t p_bn; member
Dull_llcp.c845 ctx->data.cis_create.p_bn = cis->lll.rx.bn; in ull_cp_cis_create()
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c428 pdu->llctrl.cis_req.p_bn = p->p_bn; in helper_pdu_encode_cis_req()
1162 zassert_equal(pdu->llctrl.cis_req.p_bn, p->p_bn, in helper_pdu_verify_cis_req()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h174 uint8_t c_bn, uint8_t p_bn);
/Zephyr-latest/subsys/bluetooth/host/
Diso.c1157 if (iso->role == BT_HCI_ROLE_PERIPHERAL && evt->p_bn > 0) { in store_cis_info()
1169 } else if (iso->role == BT_HCI_ROLE_CENTRAL && evt->p_bn > 0) { in store_cis_info()
1187 peripheral->bn = evt->p_bn; in store_cis_info()
1882 cis_param->p_bn = qos->rx->burst_number; in hci_le_set_cig_test_params()
1889 cis_param->c_bn, cis_param->p_bn); in hci_le_set_cig_test_params()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2143 uint8_t p_bn; member
3328 uint8_t p_bn; member
3471 uint8_t p_bn; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2112 params->p_bn); in le_set_cig_params_test()
4402 sep->p_bn = lll_cis_p->bn;