Skip to content

tests: bsim: Bluetooth: Enable some high reliability CAP tests #162409

tests: bsim: Bluetooth: Enable some high reliability CAP tests

tests: bsim: Bluetooth: Enable some high reliability CAP tests #162409

Triggered via pull request November 25, 2024 12:37
Status Success
Total duration 2m 59s
Artifacts 1

compliance.yml

on: pull_request
Run compliance checks on patch series (PR)
2m 51s
Run compliance checks on patch series (PR)
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, and 7 notices
Run compliance checks on patch series (PR)
Process completed with exit code 1.
Run compliance checks on patch series (PR): ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details. You may want to run clang-format on this change: -static void isr_rx_iso_data_invalid(const struct lll_sync_iso *const lll, - uint16_t latency, uint8_t bn, - uint16_t handle, - struct node_rx_pdu *node_rx); +static void isr_rx_iso_data_invalid(const struct lll_sync_iso *const lll, uint16_t latency, + uint8_t bn, uint16_t handle, struct node_rx_pdu *node_rx); File:subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c Line:63 You may want to run clang-format on this change: - err = lll_prepare(is_abort_cb, abort_cb, create_prepare_cb, 0U, - param); + err = lll_prepare(is_abort_cb, abort_cb, create_prepare_cb, 0U, param); File:subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c Line:153 You may want to run clang-format on this change: - iso_meta->payload_number = lll->payload_count + (lll->bn_curr - 1U) + - (lll->ptc_curr * lll->pto); + iso_meta->payload_number = + lll->payload_count + (lll->bn_curr - 1U) + (lll->ptc_curr * lll->pto); File:subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c Line:1382 You may want to run clang-format on this change: -static void isr_rx_iso_data_invalid(const struct lll_sync_iso *const lll, - uint16_t latency, uint8_t bn, - uint16_t handle, - struct node_rx_pdu *node_rx) +static void isr_rx_iso_data_invalid(const struct lll_sync_iso *const lll, uint16_t latency, + uint8_t bn, uint16_t handle, struct node_rx_pdu *node_rx) File:subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c Line:1404 You may want to run clang-format on this change: - iso_meta->timestamp -= (latency * lll->iso_interval * - PERIODIC_INT_UNIT_US); + iso_meta->timestamp -= (latency * lll->iso_interval * PERIODIC_INT_UNIT_US); File:subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c Line:1424 You may want to run clang-format on this change: - ctrl_spacing_us = PDU_BIS_US(sizeof(struct pdu_big_ctrl), - lll->enc, lll->phy, PHY_FLAGS_S8); + ctrl_spacing_us = + PDU_BIS_US(sizeof(struct pdu_big_ctrl), lll->enc, lll->phy, PHY_FLAGS_S8); File:subsys/bluetooth/controller/ll_sw/ull_sync_iso.c Line:614 You may want to run clang-format on this change: -#define BT_LE_EXT_ADV_CONN_CUSTOM \ - BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CONN, \ - BT_GAP_MS_TO_ADV_INTERVAL(140), \ - BT_GAP_MS_TO_ADV_INTERVAL(140), \ - NULL) +#define BT_LE_EXT_ADV_CONN_CUSTOM \ + BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CONN, \ + BT_GAP_MS_TO_ADV_INTERVAL(140), BT_GAP_MS_TO_ADV_INTERVAL(140), NULL) File:tests/bsim/bluetooth/audio/src/cap_acceptor_test.c Line:52
You may want to run clang-format on this change: subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c#L63
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c:63 -static void isr_rx_iso_data_invalid(const struct lll_sync_iso *const lll, - uint16_t latency, uint8_t bn, - uint16_t handle, - struct node_rx_pdu *node_rx); +static void isr_rx_iso_data_invalid(const struct lll_sync_iso *const lll, uint16_t latency, + uint8_t bn, uint16_t handle, struct node_rx_pdu *node_rx);
You may want to run clang-format on this change: subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c#L153
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c:153 - err = lll_prepare(is_abort_cb, abort_cb, create_prepare_cb, 0U, - param); + err = lll_prepare(is_abort_cb, abort_cb, create_prepare_cb, 0U, param);
You may want to run clang-format on this change: subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c#L1382
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c:1382 - iso_meta->payload_number = lll->payload_count + (lll->bn_curr - 1U) + - (lll->ptc_curr * lll->pto); + iso_meta->payload_number = + lll->payload_count + (lll->bn_curr - 1U) + (lll->ptc_curr * lll->pto);
You may want to run clang-format on this change: subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c#L1404
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c:1404 -static void isr_rx_iso_data_invalid(const struct lll_sync_iso *const lll, - uint16_t latency, uint8_t bn, - uint16_t handle, - struct node_rx_pdu *node_rx) +static void isr_rx_iso_data_invalid(const struct lll_sync_iso *const lll, uint16_t latency, + uint8_t bn, uint16_t handle, struct node_rx_pdu *node_rx)
You may want to run clang-format on this change: subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c#L1424
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c:1424 - iso_meta->timestamp -= (latency * lll->iso_interval * - PERIODIC_INT_UNIT_US); + iso_meta->timestamp -= (latency * lll->iso_interval * PERIODIC_INT_UNIT_US);
You may want to run clang-format on this change: subsys/bluetooth/controller/ll_sw/ull_sync_iso.c#L614
subsys/bluetooth/controller/ll_sw/ull_sync_iso.c:614 - ctrl_spacing_us = PDU_BIS_US(sizeof(struct pdu_big_ctrl), - lll->enc, lll->phy, PHY_FLAGS_S8); + ctrl_spacing_us = + PDU_BIS_US(sizeof(struct pdu_big_ctrl), lll->enc, lll->phy, PHY_FLAGS_S8);
You may want to run clang-format on this change: tests/bsim/bluetooth/audio/src/cap_acceptor_test.c#L52
tests/bsim/bluetooth/audio/src/cap_acceptor_test.c:52 -#define BT_LE_EXT_ADV_CONN_CUSTOM \ - BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CONN, \ - BT_GAP_MS_TO_ADV_INTERVAL(140), \ - BT_GAP_MS_TO_ADV_INTERVAL(140), \ - NULL) +#define BT_LE_EXT_ADV_CONN_CUSTOM \ + BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CONN, \ + BT_GAP_MS_TO_ADV_INTERVAL(140), BT_GAP_MS_TO_ADV_INTERVAL(140), NULL)

Artifacts

Produced during runtime
Name Size
compliance.xml
1.23 KB