Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_keys.h169 int mesh_network_key_list_count(void);
H A Dmesh_keys.c87 int mesh_network_key_list_count(void){ in mesh_network_key_list_count() function
H A Dmesh_configuration_server.c622 …index == MESH_KEYS_INVALID_INDEX || (config_netkey_list_max && mesh_network_key_list_count() >= co… in config_netkey_add_handler()