Searched refs:bt_mesh_gatts_db (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 75 static sys_slist_t bt_mesh_gatts_db; variable 1050 SYS_SLIST_FOR_EACH_CONTAINER(&bt_mesh_gatts_db, svc, node) { in bt_mesh_gatts_find_attr_by_handle() 1070 SYS_SLIST_FOR_EACH_CONTAINER(&bt_mesh_gatts_db, svc, node) { in bt_mesh_gatts_foreach_attr() 1225 if (sys_slist_is_empty(&bt_mesh_gatts_db)) { in gatts_register() 1230 last = SYS_SLIST_PEEK_TAIL_CONTAINER(&bt_mesh_gatts_db, last, node); in gatts_register() 1237 sys_slist_append(&bt_mesh_gatts_db, &svc->node); in gatts_register() 1243 if (sys_slist_is_empty(&bt_mesh_gatts_db)) { in gatts_deregister() 1247 sys_slist_find_and_remove(&bt_mesh_gatts_db, &svc->node); in gatts_deregister()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 62 static sys_slist_t bt_mesh_gatts_db; variable 686 SYS_SLIST_FOR_EACH_CONTAINER(&bt_mesh_gatts_db, svc, node) { in bt_mesh_gatts_find_attr_by_handle() 706 SYS_SLIST_FOR_EACH_CONTAINER(&bt_mesh_gatts_db, svc, node) { in bt_mesh_gatts_foreach_attr() 881 if (sys_slist_is_empty(&bt_mesh_gatts_db)) { in gatts_register() 886 last = SYS_SLIST_PEEK_TAIL_CONTAINER(&bt_mesh_gatts_db, last, node); in gatts_register() 893 sys_slist_append(&bt_mesh_gatts_db, &svc->node); in gatts_register() 899 if (sys_slist_is_empty(&bt_mesh_gatts_db)) { in gatts_deregister() 903 sys_slist_find_and_remove(&bt_mesh_gatts_db, &svc->node); in gatts_deregister()
|