Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.c275 uint16_t unicast_addr_max; member
1169 …uint16_t max_addr = FAST_PROV_ENABLE() ? prov_ctx.fast_prov.unicast_addr_max : PROV_MAX_ADDR_TO_AS…
1215 if (min <= prov_ctx.fast_prov.unicast_addr_max) {
1221 prov_ctx.fast_prov.unicast_addr_max = max;
2452 max_addr = FAST_PROV_ENABLE() ? prov_ctx.fast_prov.unicast_addr_max : PROV_MAX_ADDR_TO_ASSIGN;