Annotation-attribute framework macros for ra8-firmware.
#define RA8_TEST_HELPER
Mark a symbol as externally-linked but only callable from tests.
const uint8_t * ra8_ble_test_tx_capture(uint16_t *out_len)
Borrow the BLE transmit capture and optionally report its length.
void ra8_ble_test_inject_rx(const uint8_t *bytes, uint16_t len)
Replace the synthetic BLE receive input with bounded caller bytes.
void ra8_ble_test_reset_capture(void)
Reset the BLE loopback capture and injection cursors.