Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c2669 static sys_slist_t iso_big_cbs = SYS_SLIST_STATIC_INIT(&iso_big_cbs); variable
2734 if (!sys_slist_is_empty(&iso_big_cbs)) { in big_disconnect()
2737 SYS_SLIST_FOR_EACH_CONTAINER(&iso_big_cbs, listener, _node) { in big_disconnect()
2781 if (sys_slist_find(&iso_big_cbs, &cb->_node, NULL)) { in bt_iso_big_register_cb()
2787 sys_slist_append(&iso_big_cbs, &cb->_node); in bt_iso_big_register_cb()
3182 if (!sys_slist_is_empty(&iso_big_cbs)) { in hci_le_big_complete()
3185 SYS_SLIST_FOR_EACH_CONTAINER(&iso_big_cbs, listener, _node) { in hci_le_big_complete()
3372 if (!sys_slist_is_empty(&iso_big_cbs)) { in hci_le_big_sync_established()
3375 SYS_SLIST_FOR_EACH_CONTAINER(&iso_big_cbs, listener, _node) { in hci_le_big_sync_established()