Searched refs:bap_broadcast_source_cbs (Results 1 – 1 of 1) sorted by relevance
59 static sys_slist_t bap_broadcast_source_cbs = SYS_SLIST_STATIC_INIT(&bap_broadcast_source_cbs); variable1207 SYS_SLIST_FOR_EACH_CONTAINER(&bap_broadcast_source_cbs, listener, _node) { in big_started_cb()1226 SYS_SLIST_FOR_EACH_CONTAINER(&bap_broadcast_source_cbs, listener, _node) { in big_stopped_cb()1243 if (sys_slist_find(&bap_broadcast_source_cbs, &cb->_node, NULL)) { in bt_bap_broadcast_source_register_cb()1263 sys_slist_append(&bap_broadcast_source_cbs, &cb->_node); in bt_bap_broadcast_source_register_cb()1276 if (!sys_slist_find_and_remove(&bap_broadcast_source_cbs, &cb->_node)) { in bt_bap_broadcast_source_unregister_cb()