Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/
Daccess.h27 uint8_t bt_mesh_elem_count(void);
Daccess.c533 uint8_t bt_mesh_elem_count(void) in bt_mesh_elem_count() function
Dprov.c594 net_buf_simple_add_u8(&buf, bt_mesh_elem_count()); in prov_invite()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_models/server/
Dlighting_server.c3206 if (bt_mesh_elem_count() < 2) { in light_ctl_srv_init()
3249 if (bt_mesh_elem_count() < 3) { in light_hsl_srv_init()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1085 return bt_mesh_elem_count(); in btc_ble_mesh_elem_count()