Home
last modified time | relevance | path

Searched defs:STATE_TO_STR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_common.h30 #define STATE_TO_STR(s) (s == BT_ISO_SINGLE ? "SINGLE" : \ macro
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c56 #define STATE_TO_STR(s) (s == BT_ISO_SINGLE ? "SINGLE" : \ macro