Home
last modified time | relevance | path

Searched refs:ISOAL_ROLE_BROADCAST_SOURCE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_common.h36 ((s) == ISOAL_ROLE_BROADCAST_SOURCE ? "Broadcast Source" : \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.h25 #define ISOAL_ROLE_BROADCAST_SOURCE (BT_CONN_ROLE_PERIPHERAL + 1U) macro
Dull_iso.c327 role = ISOAL_ROLE_BROADCAST_SOURCE; in ll_setup_iso_path()
Disoal.c1553 session->bis = role == ISOAL_ROLE_BROADCAST_SOURCE; in isoal_source_create()