Searched refs:cis_offset_max (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_central_iso_internal.h | 13 uint32_t *cis_offset_max, 19 uint32_t *cis_offset_max,
|
D | ull_llcp_pdu.c | 799 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()
|
D | ull_llcp.h | 190 uint32_t cis_offset_max);
|
D | ull_central_iso.c | 838 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()
|
D | ull_llcp_cc.c | 183 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()
|
D | ull_llcp.c | 1297 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) {
|
D | pdu.h | 870 uint8_t cis_offset_max[3]; member 876 uint8_t cis_offset_max[3]; member
|
D | ull_llcp_internal.h | 284 uint32_t cis_offset_max; member
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull_central.c | 45 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/ |
D | main.c | 91 .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/ |
D | helper_pdu.c | 441 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()
|