Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/services/
Dhrs.c56 static sys_slist_t hrs_cbs = SYS_SLIST_STATIC_INIT(&hrs_cbs); variable
68 SYS_SLIST_FOR_EACH_CONTAINER(&hrs_cbs, listener, _node) { in hrmc_ccc_cfg_changed()
111 sys_slist_append(&hrs_cbs, &cb->_node); in bt_hrs_cb_register()
122 if (!sys_slist_find_and_remove(&hrs_cbs, &cb->_node)) { in bt_hrs_cb_unregister()