Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.c659 #define COMP_DATA_PAGE_0_MIN_LEN 16 macro
670 if (data == NULL || (length % 2) || length < COMP_DATA_PAGE_0_MIN_LEN) { in store_node_comp_data()