Searched refs:config_server_model (Results 1 – 1 of 1) sorted by relevance
/btstack/src/mesh/ |
H A D | mesh_configuration_server.c | 1349 static void config_model_app_list(mesh_model_t * config_server_model, uint16_t netkey_index, uint16… in config_model_app_list() argument 1350 UNUSED(config_server_model); in config_model_app_list() 1386 static void config_model_app_bind_handler(mesh_model_t *config_server_model, mesh_pdu_t * pdu) { in config_model_app_bind_handler() argument 1416 …config_model_app_status(config_server_model, mesh_pdu_netkey_index(pdu), mesh_pdu_src(pdu), status… in config_model_app_bind_handler() 1420 static void config_model_app_unbind_handler(mesh_model_t *config_server_model, mesh_pdu_t * pdu) { in config_model_app_unbind_handler() argument 1450 …config_model_app_status(config_server_model, mesh_pdu_netkey_index(pdu), mesh_pdu_src(pdu), status… in config_model_app_unbind_handler() 1454 static void config_model_app_get_handler(mesh_model_t *config_server_model, mesh_pdu_t * pdu){ in config_model_app_get_handler() argument 1463 …config_model_app_list(config_server_model, mesh_pdu_netkey_index(pdu), mesh_pdu_src(pdu), status, … in config_model_app_get_handler()
|