Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c25 if (sys_slist_is_empty(list)) { in bt_mesh_client_pick_node()
118 if (sys_slist_is_empty(list)) { in bt_mesh_client_check_node_in_list()
488 while (!sys_slist_is_empty(&internal->queue)) { in bt_mesh_client_clear_list()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_slist.h207 static inline bool sys_slist_is_empty(sys_slist_t *list) in sys_slist_is_empty() function
399 return sys_slist_is_empty(list) ? NULL : sys_slist_get_not_empty(list); in sys_slist_get()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dfriend.c130 while (!sys_slist_is_empty(list)) { in purge_buffers()
755 if (sys_slist_is_empty(&frnd->queue)) { in bt_mesh_friend_poll()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1181 if (sys_slist_is_empty(&bt_mesh_gatts_db)) { in gatts_register()
1199 if (sys_slist_is_empty(&bt_mesh_gatts_db)) { in gatts_deregister()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c857 if (sys_slist_is_empty(&bt_mesh_gatts_db)) { in gatts_register()
875 if (sys_slist_is_empty(&bt_mesh_gatts_db)) { in gatts_deregister()