tests: bsim: Bluetooth: Enable some high reliability CAP tests #158661
Annotations
1 error, 1 warning, and 4 notices
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
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:62
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:1389
You may want to run clang-format on this change:
- iso_meta->timestamp = HAL_TICKER_TICKS_TO_US(radio_tmr_start_get()) +
- radio_tmr_aa_restore() - addr_us_get(lll->phy) -
- ((stream->bis_index - 1U) *
- lll->sub_interval * ((lll->irc * lll->bn) +
- lll->ptc)) -
- (latency * lll->iso_interval *
- PERIODIC_INT_UNIT_US);
+ iso_meta->timestamp =
+ HAL_TICKER_TICKS_TO_US(radio_tmr_start_get()) + radio_tmr_aa_restore() -
+ addr_us_get(lll->phy) -
+ ((stream->bis_index - 1U) * lll->sub_interval * ((lll->irc * lll->bn) + lll->ptc)) -
+ (latency * lll->iso_interval * PERIODIC_INT_UNIT_US);
File:subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c
Line:1407
You may want to run clang-format on this change:
- ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), lll->enc,
- lll->phy, PHY_FLAGS_S8);
+ ctrl_spacing =
+ 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
|
Run Compliance Tests:
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c#L62
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c:62
-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);
|
Run Compliance Tests:
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c#L1389
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c:1389
-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)
|
Run Compliance Tests:
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c#L1407
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c:1407
- iso_meta->timestamp = HAL_TICKER_TICKS_TO_US(radio_tmr_start_get()) +
- radio_tmr_aa_restore() - addr_us_get(lll->phy) -
- ((stream->bis_index - 1U) *
- lll->sub_interval * ((lll->irc * lll->bn) +
- lll->ptc)) -
- (latency * lll->iso_interval *
- PERIODIC_INT_UNIT_US);
+ iso_meta->timestamp =
+ HAL_TICKER_TICKS_TO_US(radio_tmr_start_get()) + radio_tmr_aa_restore() -
+ addr_us_get(lll->phy) -
+ ((stream->bis_index - 1U) * lll->sub_interval * ((lll->irc * lll->bn) + lll->ptc)) -
+ (latency * lll->iso_interval * PERIODIC_INT_UNIT_US);
|
Run Compliance Tests:
subsys/bluetooth/controller/ll_sw/ull_sync_iso.c#L614
subsys/bluetooth/controller/ll_sw/ull_sync_iso.c:614
- ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), lll->enc,
- lll->phy, PHY_FLAGS_S8);
+ ctrl_spacing =
+ PDU_BIS_US(sizeof(struct pdu_big_ctrl), lll->enc, lll->phy, PHY_FLAGS_S8);
|
Loading