Home
last modified time | relevance | path

Searched refs:cis_offset_max (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central_iso_internal.h13 uint32_t *cis_offset_max,
19 uint32_t *cis_offset_max,
Dull_llcp_pdu.c799 ctx->data.cis_create.cis_offset_max = sys_get_le24(pdu->llctrl.cis_req.cis_offset_max); in llcp_pdu_decode_cis_req()
841 sys_put_le24(ctx->data.cis_create.cis_offset_max, p->cis_offset_max); in llcp_pdu_encode_cis_rsp()
871 sys_put_le24(ctx->data.cis_create.cis_offset_max, p->cis_offset_max); in llcp_pdu_encode_cis_req()
891 uint32_t cis_offset_max = sys_get_le24(pdu->llctrl.cis_rsp.cis_offset_max); in llcp_pdu_decode_cis_rsp() local
894 if (cis_offset_min <= cis_offset_max && in llcp_pdu_decode_cis_rsp()
896 cis_offset_min <= ctx->data.cis_create.cis_offset_max && in llcp_pdu_decode_cis_rsp()
897 cis_offset_max <= ctx->data.cis_create.cis_offset_max && in llcp_pdu_decode_cis_rsp()
898 cis_offset_max >= ctx->data.cis_create.cis_offset_min) { in llcp_pdu_decode_cis_rsp()
901 ctx->data.cis_create.cis_offset_max = cis_offset_max; in llcp_pdu_decode_cis_rsp()
Dull_llcp.h190 uint32_t cis_offset_max);
Dull_central_iso.c838 uint32_t *cis_offset_max, in ull_central_iso_setup() argument
898 *cis_offset_max = cis_offset; in ull_central_iso_setup()
961 uint32_t *cis_offset_max, in ull_central_iso_cis_offset_get() argument
980 *cis_offset_max = (conn->lll.interval * CONN_INT_UNIT_US) - in ull_central_iso_cis_offset_get()
Dull_llcp_cc.c183 ctx->data.cis_create.cis_offset_max += offset_us; in llcp_rp_cc_tx_rsp()
729 &ctx->data.cis_create.cis_offset_max, in lp_cc_offset_calc_req()
868 &ctx->data.cis_create.cis_offset_max, in cc_prepare_cis_ind()
Dull_llcp.c1297 uint32_t cis_offset_max) argument
1304 ctx->data.cis_create.cis_offset_max = cis_offset_max;
1343 if (cis_offset_min > ctx->data.cis_create.cis_offset_max) {
Dpdu.h870 uint8_t cis_offset_max[3]; member
876 uint8_t cis_offset_max[3]; member
Dull_llcp_internal.h284 uint32_t cis_offset_max; member
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_central.c45 uint32_t *cis_offset_max, uint16_t *conn_event_count) in ull_central_iso_cis_offset_get() argument
54 uint32_t *cis_offset_max, in ull_central_iso_setup() argument
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/
Dmain.c91 .cis_offset_max = { 0, 0, 0}
122 .cis_offset_max = { 0, 0, 0}
172 .cis_offset_max = { 0, 0, 0}, in ZTEST()
491 .cis_offset_max = { 0, 0, 0} in ZTEST()
626 .cis_offset_max = { 0, 0, 0}, in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c441 memcpy(pdu->llctrl.cis_req.cis_offset_max, p->cis_offset_max, sizeof(p->cis_offset_max)); in helper_pdu_encode_cis_req()
453 memcpy(pdu->llctrl.cis_rsp.cis_offset_max, p->cis_offset_max, sizeof(p->cis_offset_max)); in helper_pdu_encode_cis_rsp()
1192 zassert_mem_equal(pdu->llctrl.cis_req.cis_offset_max, p->cis_offset_max, in helper_pdu_verify_cis_req()
1193 sizeof(p->cis_offset_max), in helper_pdu_verify_cis_req()
1213 zassert_mem_equal(pdu->llctrl.cis_rsp.cis_offset_max, p->cis_offset_max, in helper_pdu_verify_cis_rsp()
1214 sizeof(p->cis_offset_max), in helper_pdu_verify_cis_rsp()