Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_iso_types.h14 #define IS_ADV_ISO_HANDLE(conn_handle) \ macro
19 #define IS_ADV_ISO_HANDLE(conn_handle) \ macro
25 #define IS_ADV_ISO_HANDLE(conn_handle) 0U macro
Dull_iso.c179 } else if (IS_ADV_ISO_HANDLE(handle)) { in ll_read_iso_tx_sync()
305 } else if (IS_ADV_ISO_HANDLE(handle)) { in ll_setup_iso_path()
576 } else if (IS_ADV_ISO_HANDLE(handle)) { in ll_remove_iso_path()
1210 } else if (IS_ADV_ISO_HANDLE(handle)) { in ll_iso_transmit_test_send_sdu()
1292 } else if (IS_ADV_ISO_HANDLE(handle)) { in ll_iso_transmit_test()
1357 } else if (IS_ADV_ISO_HANDLE(handle)) { in ll_iso_test_end()
1416 IS_ADV_ISO_HANDLE(handle)) { in ll_iso_tx_mem_enqueue()
1478 } else if (IS_ENABLED(CONFIG_BT_CTLR_ADV_ISO) && IS_ADV_ISO_HANDLE(handle)) { in ull_iso_lll_ack_enqueue()
1508 } else if (IS_ADV_ISO_HANDLE(handle)) { in ull_iso_lll_event_prepare()
Dull.c2614 IS_ADV_ISO_HANDLE(tx->handle)) { in tx_cmplt_get()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/
Dhci.c5908 } else if (IS_ADV_ISO_HANDLE(handle)) {