Searched refs:ISOAL_LOG_DBGV (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.c | 45 #define ISOAL_LOG_DBGV(...) LOG_DBG(__VA_ARGS__) macro 47 #define ISOAL_LOG_DBGV(...) (void) 0 macro 192 ISOAL_LOG_DBGV("[%p] %s updated (%lu)", _sink, #_timestamp, _value); 1040 ISOAL_LOG_DBGV("[%p] Next SDU timestamp (%lu) accurate", in isoal_rx_framed_release_lost_sdus() 1049 ISOAL_LOG_DBGV("[%p] Next SDU timestamp (%lu) approximate", in isoal_rx_framed_release_lost_sdus() 1054 ISOAL_LOG_DBGV("[%p] Releasing %u lost SDUs", sink, lost_sdus); in isoal_rx_framed_release_lost_sdus() 1158 ISOAL_LOG_DBGV("[%p] Received padding", sink); in isoal_rx_framed_consume() 1172 ISOAL_LOG_DBGV("[%p] State %s", sink, FSM_TO_STR(sp->fsm)); in isoal_rx_framed_consume() 1182 ISOAL_LOG_DBGV("[%p] Segment Start @TS=%ld", sink, timestamp); in isoal_rx_framed_consume() 1192 ISOAL_LOG_DBGV("[%p] Segment Single", sink); in isoal_rx_framed_consume() [all …]
|