Home
last modified time | relevance | path

Searched refs:sca_update (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso_types.h83 uint8_t sca_update:4; /* (new SCA)+1 to trigger restart of ticker */ member
Dull_llcp_common.c380 pdu_sca->status = ctx->data.sca_update.error_code; in lp_comm_ntf_sca()
381 pdu_sca->sca = ctx->data.sca_update.sca; in lp_comm_ntf_sca()
562 ctx->data.sca_update.error_code = BT_HCI_ERR_UNSUPP_FEATURE_PARAM_VAL; in lp_comm_complete()
567 !ctx->data.sca_update.error_code && in lp_comm_complete()
568 conn->periph.sca != ctx->data.sca_update.sca) { in lp_comm_complete()
569 conn->periph.sca = ctx->data.sca_update.sca; in lp_comm_complete()
1375 conn->periph.sca = ctx->data.sca_update.sca;
Dull_peripheral_iso.c414 cig->sca_update = acl->periph.sca + 1; in ull_peripheral_iso_update_peer_sca()
Dull_conn_iso.c771 if (IS_PERIPHERAL(cig) && cig->sca_update) { in ull_conn_iso_ticker_cb()
777 lll_clock_ppm_get(cig->sca_update - 1)) * in ull_conn_iso_ticker_cb()
783 cig->sca_update = 0; in ull_conn_iso_ticker_cb()
Dull_llcp_pdu.c985 ctx->data.sca_update.sca = p->sca; in llcp_pdu_decode_clock_accuracy_req()
992 ctx->data.sca_update.sca = p->sca; in llcp_pdu_decode_clock_accuracy_rsp()
Dull_llcp_internal.h319 } sca_update; member