/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | generic_server.c | 51 static void send_gen_onoff_status(struct bt_mesh_model *model, in send_gen_onoff_status() 94 static void gen_onoff_get(struct bt_mesh_model *model, in gen_onoff_get() 116 void gen_onoff_publish(struct bt_mesh_model *model) in gen_onoff_publish() 127 static void gen_onoff_set(struct bt_mesh_model *model, in gen_onoff_set() 223 static void send_gen_level_status(struct bt_mesh_model *model, in send_gen_level_status() 275 static void gen_level_get(struct bt_mesh_model *model, in gen_level_get() 297 void gen_level_publish(struct bt_mesh_model *model) in gen_level_publish() 308 static void gen_level_set(struct bt_mesh_model *model, in gen_level_set() 404 static void gen_delta_set(struct bt_mesh_model *model, in gen_delta_set() 525 static void gen_move_set(struct bt_mesh_model *model, in gen_move_set() [all …]
|
D | lighting_server.c | 52 static void send_light_lightness_status(struct bt_mesh_model *model, in send_light_lightness_status() 143 static void light_lightness_get(struct bt_mesh_model *model, in light_lightness_get() 187 void light_lightness_publish(struct bt_mesh_model *model, uint16_t opcode) in light_lightness_publish() 220 static void light_lightness_set(struct bt_mesh_model *model, in light_lightness_set() 332 static void light_lightness_linear_set(struct bt_mesh_model *model, in light_lightness_linear_set() 428 static void light_lightness_default_set(struct bt_mesh_model *model, in light_lightness_default_set() 470 static void light_lightness_range_set(struct bt_mesh_model *model, in light_lightness_range_set() 549 static void send_light_ctl_status(struct bt_mesh_model *model, in send_light_ctl_status() 644 static void light_ctl_get(struct bt_mesh_model *model, in light_ctl_get() 709 void light_ctl_publish(struct bt_mesh_model *model, uint16_t opcode) in light_ctl_publish() [all …]
|
D | time_scene_server.c | 48 static void send_time_status(struct bt_mesh_model *model, in send_time_status() 154 static void time_get(struct bt_mesh_model *model, in time_get() 303 static void time_set(struct bt_mesh_model *model, in time_set() 433 static void send_scene_status(struct bt_mesh_model *model, in send_scene_status() 488 static void send_scene_register_status(struct bt_mesh_model *model, in send_scene_register_status() 543 static void scene_get(struct bt_mesh_model *model, in scene_get() 578 void scene_publish(struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, uint16_t opcode) in scene_publish() 591 static void scene_recall(struct bt_mesh_model *model, in scene_recall() 723 static void scene_action(struct bt_mesh_model *model, in scene_action() 955 static void send_scheduler_act_status(struct bt_mesh_model *model, in send_scheduler_act_status() [all …]
|
D | sensor_server.c | 25 static void send_sensor_descriptor_status(struct bt_mesh_model *model, in send_sensor_descriptor_status() 92 static void send_sensor_data_status(struct bt_mesh_model *model, in send_sensor_data_status() 182 static void send_sensor_cadence_status(struct bt_mesh_model *model, in send_sensor_cadence_status() 283 static void send_sensor_settings_status(struct bt_mesh_model *model, in send_sensor_settings_status() 332 static struct sensor_setting *find_sensor_setting(struct bt_mesh_model *model, in find_sensor_setting() 358 static void send_sensor_setting_status(struct bt_mesh_model *model, in send_sensor_setting_status() 426 static void send_sensor_column_status(struct bt_mesh_model *model, in send_sensor_column_status() 501 static void send_sensor_series_status(struct bt_mesh_model *model, in send_sensor_series_status() 576 static void sensor_get(struct bt_mesh_model *model, in sensor_get() 730 static void sensor_cadence_set(struct bt_mesh_model *model, in sensor_cadence_set() [all …]
|
D | server_common.c | 26 uint8_t bt_mesh_get_default_trans_time(struct bt_mesh_model *model) in bt_mesh_get_default_trans_time() 60 int bt_mesh_get_light_lc_trans_time(struct bt_mesh_model *model, uint8_t *trans_time) in bt_mesh_get_light_lc_trans_time() 115 int bt_mesh_server_get_optional(struct bt_mesh_model *model, in bt_mesh_server_get_optional() 224 struct net_buf_simple *bt_mesh_server_get_pub_msg(struct bt_mesh_model *model, uint16_t msg_len) in bt_mesh_server_get_pub_msg()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | health_srv.c | 39 static uint8_t health_get_curr_fault_count(struct bt_mesh_model *model) in health_get_curr_fault_count() 54 static void health_get_fault_value(struct bt_mesh_model *model, in health_get_fault_value() 76 static bool health_is_test_id_exist(struct bt_mesh_model *model, uint8_t test_id) in health_is_test_id_exist() 90 static int health_send_fault_status(struct bt_mesh_model *model, in health_send_fault_status() 123 static void health_fault_get(struct bt_mesh_model *model, in health_fault_get() 146 static void health_fault_clear(struct bt_mesh_model *model, in health_fault_clear() 177 static void health_fault_test(struct bt_mesh_model *model, in health_fault_test() 217 static void send_attention_status(struct bt_mesh_model *model, in send_attention_status() 240 static void attention_get(struct bt_mesh_model *model, in attention_get() 249 static void health_set_attention(struct bt_mesh_model *model, in health_set_attention() [all …]
|
D | cfg_srv.c | 116 static void dev_comp_data_get(struct bt_mesh_model *model, in dev_comp_data_get() 200 static bool mod_pub_app_key_bound(struct bt_mesh_model *model, in mod_pub_app_key_bound() 215 static uint8_t _mod_pub_set(struct bt_mesh_model *model, uint16_t pub_addr, in _mod_pub_set() 290 static uint8_t mod_bind(struct bt_mesh_model *model, uint16_t key_idx) in mod_bind() 322 static uint8_t mod_unbind(struct bt_mesh_model *model, uint16_t key_idx, bool store) in mod_unbind() 456 static void app_key_add(struct bt_mesh_model *model, in app_key_add() 491 static void app_key_update(struct bt_mesh_model *model, in app_key_update() 554 static void app_key_del(struct bt_mesh_model *model, in app_key_del() 612 static void app_key_get(struct bt_mesh_model *model, in app_key_get() 671 static void beacon_get(struct bt_mesh_model *model, in beacon_get() [all …]
|
D | cfg_cli.c | 129 static void cfg_client_recv_status(struct bt_mesh_model *model, in cfg_client_recv_status() 251 static void comp_data_status(struct bt_mesh_model *model, in comp_data_status() 273 static void state_status_u8(struct bt_mesh_model *model, in state_status_u8() 288 static void beacon_status(struct bt_mesh_model *model, in beacon_status() 295 static void ttl_status(struct bt_mesh_model *model, in ttl_status() 302 static void friend_status(struct bt_mesh_model *model, in friend_status() 309 static void gatt_proxy_status(struct bt_mesh_model *model, in gatt_proxy_status() 316 static void relay_status(struct bt_mesh_model *model, in relay_status() 332 static void net_key_status(struct bt_mesh_model *model, in net_key_status() 348 static void app_key_status(struct bt_mesh_model *model, in app_key_status() [all …]
|
D | health_cli.c | 87 static void health_client_recv_status(struct bt_mesh_model *model, in health_client_recv_status() 152 static void health_fault_status(struct bt_mesh_model *model, in health_fault_status() 175 static void health_current_status(struct bt_mesh_model *model, in health_current_status() 198 static void health_period_status(struct bt_mesh_model *model, in health_period_status() 213 static void health_attention_status(struct bt_mesh_model *model, in health_attention_status() 309 static int health_cli_init(struct bt_mesh_model *model) in health_cli_init() 350 static int health_cli_deinit(struct bt_mesh_model *model) in health_cli_deinit()
|
D | access.c | 45 struct bt_mesh_model *model = &elem->models[j]; in bt_mesh_model_foreach() local 51 struct bt_mesh_model *model = &elem->vnd_models[j]; in bt_mesh_model_foreach() local 484 struct bt_mesh_model *model = NULL; in bt_mesh_elem_find_group() local 551 static bool model_has_dst(struct bt_mesh_model *model, uint16_t dst) in model_has_dst() 564 struct bt_mesh_model **model) in find_op() 641 struct bt_mesh_model *models = NULL, *model = NULL; in bt_mesh_model_recv() local 757 static int model_send(struct bt_mesh_model *model, in model_send() 797 int bt_mesh_model_send(struct bt_mesh_model *model, in bt_mesh_model_send() 830 int bt_mesh_model_publish(struct bt_mesh_model *model) in bt_mesh_model_publish()
|
D | local_operation.c | 46 struct bt_mesh_model *model = NULL; in bt_mesh_model_subscribe_group_addr() local 89 struct bt_mesh_model *model = NULL; in bt_mesh_model_unsubscribe_group_addr() local 301 struct bt_mesh_model *model = NULL; in bt_mesh_node_bind_app_key_to_model() local
|
D | settings.c | 631 static int model_set_bind(bool vnd, struct bt_mesh_model *model, uint16_t model_key) in model_set_bind() 657 static int model_set_sub(bool vnd, struct bt_mesh_model *model, uint16_t model_key) in model_set_sub() 683 static int model_set_pub(bool vnd, struct bt_mesh_model *model, uint16_t model_key) in model_set_pub() 729 struct bt_mesh_model *model = NULL; in model_set() local 1341 static void commit_model(struct bt_mesh_model *model, struct bt_mesh_elem *elem, in commit_model() 1848 static void store_pending_mod_bind(struct bt_mesh_model *model, bool vnd) in store_pending_mod_bind() 1872 static void store_pending_mod_sub(struct bt_mesh_model *model, bool vnd) in store_pending_mod_sub() 1896 static void store_pending_mod_pub(struct bt_mesh_model *model, bool vnd) in store_pending_mod_pub() 1934 static void store_pending_mod(struct bt_mesh_model *model, in store_pending_mod() 1958 static void clear_mod_bind(struct bt_mesh_model *model, bool vnd) in clear_mod_bind() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_health_model.c | 239 struct bt_mesh_model *model, in bt_mesh_health_client_cb_evt_to_btc() 292 void btc_ble_mesh_health_publish_callback(uint32_t opcode, struct bt_mesh_model *model, in btc_ble_mesh_health_publish_callback() 597 void btc_ble_mesh_health_server_fault_clear(struct bt_mesh_model *model, uint16_t company_id) in btc_ble_mesh_health_server_fault_clear() 607 void btc_ble_mesh_health_server_fault_test(struct bt_mesh_model *model, in btc_ble_mesh_health_server_fault_test() 619 void btc_ble_mesh_health_server_attention_on(struct bt_mesh_model *model, uint8_t time) in btc_ble_mesh_health_server_attention_on() 629 void btc_ble_mesh_health_server_attention_off(struct bt_mesh_model *model) in btc_ble_mesh_health_server_attention_off()
|
D | btc_ble_mesh_time_scene_model.c | 222 struct bt_mesh_model *model, in bt_mesh_time_scene_client_cb_evt_to_btc() 275 void btc_ble_mesh_time_scene_client_publish_callback(uint32_t opcode, struct bt_mesh_model *model, in btc_ble_mesh_time_scene_client_publish_callback() 407 void bt_mesh_time_scene_server_cb_evt_to_btc(uint8_t evt_type, struct bt_mesh_model *model, in bt_mesh_time_scene_server_cb_evt_to_btc()
|
D | btc_ble_mesh_config_model.c | 306 struct bt_mesh_model *model, in bt_mesh_config_client_cb_evt_to_btc() 359 void btc_ble_mesh_config_client_publish_callback(uint32_t opcode, struct bt_mesh_model *model, in btc_ble_mesh_config_client_publish_callback() 708 void bt_mesh_config_server_cb_evt_to_btc(uint8_t evt_type, struct bt_mesh_model *model, in bt_mesh_config_server_cb_evt_to_btc()
|
D | btc_ble_mesh_generic_model.c | 376 struct bt_mesh_model *model, in bt_mesh_generic_client_cb_evt_to_btc() 429 void btc_ble_mesh_generic_client_publish_callback(uint32_t opcode, struct bt_mesh_model *model, in btc_ble_mesh_generic_client_publish_callback() 692 void bt_mesh_generic_server_cb_evt_to_btc(uint8_t evt_type, struct bt_mesh_model *model, in bt_mesh_generic_server_cb_evt_to_btc()
|
D | btc_ble_mesh_lighting_model.c | 220 struct bt_mesh_model *model, in bt_mesh_lighting_client_cb_evt_to_btc() 273 void btc_ble_mesh_lighting_client_publish_callback(uint32_t opcode, struct bt_mesh_model *model, in btc_ble_mesh_lighting_client_publish_callback() 504 void bt_mesh_lighting_server_cb_evt_to_btc(uint8_t evt_type, struct bt_mesh_model *model, in bt_mesh_lighting_server_cb_evt_to_btc()
|
D | btc_ble_mesh_sensor_model.c | 458 struct bt_mesh_model *model, in bt_mesh_sensor_client_cb_evt_to_btc() 511 void btc_ble_mesh_sensor_client_publish_callback(uint32_t opcode, struct bt_mesh_model *model, in btc_ble_mesh_sensor_client_publish_callback() 824 void bt_mesh_sensor_server_cb_evt_to_btc(uint8_t evt_type, struct bt_mesh_model *model, in bt_mesh_sensor_server_cb_evt_to_btc()
|
D | btc_ble_mesh_prov.c | 404 static void btc_ble_mesh_server_model_op_cb(struct bt_mesh_model *model, in btc_ble_mesh_server_model_op_cb() 420 static void btc_ble_mesh_client_model_op_cb(struct bt_mesh_model *model, in btc_ble_mesh_client_model_op_cb() 485 static void btc_ble_mesh_model_send_comp_cb(esp_ble_mesh_model_t *model, in btc_ble_mesh_model_send_comp_cb() 500 static void btc_ble_mesh_model_publish_comp_cb(esp_ble_mesh_model_t *model, int err) in btc_ble_mesh_model_publish_comp_cb() 525 static void btc_ble_mesh_server_model_update_state_comp_cb(esp_ble_mesh_model_t *model, in btc_ble_mesh_server_model_update_state_comp_cb() 1065 int btc_ble_mesh_client_model_init(esp_ble_mesh_model_t *model) in btc_ble_mesh_client_model_init() 1082 int btc_ble_mesh_client_model_deinit(esp_ble_mesh_model_t *model) in btc_ble_mesh_client_model_deinit() 1270 static void btc_ble_mesh_model_op_set(esp_ble_mesh_model_t *model) in btc_ble_mesh_model_op_set()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_networking_api.c | 17 static esp_err_t ble_mesh_model_send_msg(esp_ble_mesh_model_t *model, in ble_mesh_model_send_msg() 148 esp_err_t esp_ble_mesh_client_model_init(esp_ble_mesh_model_t *model) in esp_ble_mesh_client_model_init() 160 esp_err_t esp_ble_mesh_client_model_deinit(esp_ble_mesh_model_t *model) in esp_ble_mesh_client_model_deinit() 172 esp_err_t esp_ble_mesh_server_model_send_msg(esp_ble_mesh_model_t *model, in esp_ble_mesh_server_model_send_msg() 187 esp_err_t esp_ble_mesh_client_model_send_msg(esp_ble_mesh_model_t *model, in esp_ble_mesh_client_model_send_msg() 204 esp_err_t esp_ble_mesh_model_publish(esp_ble_mesh_model_t *model, uint32_t opcode, in esp_ble_mesh_model_publish() 218 esp_err_t esp_ble_mesh_server_model_update_state(esp_ble_mesh_model_t *model, in esp_ble_mesh_server_model_update_state()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | generic_server.h | 24 struct bt_mesh_model *model; member 43 struct bt_mesh_model *model; member 56 struct bt_mesh_model *model; member 66 struct bt_mesh_model *model; member 72 struct bt_mesh_model *model; member 90 struct bt_mesh_model *model; member 99 struct bt_mesh_model *model; member 112 struct bt_mesh_model *model; member 129 struct bt_mesh_model *model; member 135 struct bt_mesh_model *model; member [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/ |
D | client_common.c | 43 bt_mesh_client_node_t *bt_mesh_is_client_recv_publish_msg(struct bt_mesh_model *model, in bt_mesh_is_client_recv_publish_msg() 375 int bt_mesh_client_init(struct bt_mesh_model *model) in bt_mesh_client_init() 413 int bt_mesh_client_deinit(struct bt_mesh_model *model) in bt_mesh_client_deinit() 498 int bt_mesh_set_client_model_role(struct bt_mesh_model *model, uint8_t role) in bt_mesh_set_client_model_role()
|
D | time_scene_client.c | 116 static void time_scene_status(struct bt_mesh_model *model, in time_scene_status() 630 static int time_scene_client_init(struct bt_mesh_model *model) in time_scene_client_init() 669 static int time_scene_client_deinit(struct bt_mesh_model *model) in time_scene_client_deinit()
|
D | sensor_client.c | 100 static void sensor_status(struct bt_mesh_model *model, in sensor_status() 574 static int sensor_client_init(struct bt_mesh_model *model) in sensor_client_init() 613 static int sensor_client_deinit(struct bt_mesh_model *model) in sensor_client_deinit()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/ |
D | client_common.h | 25 struct bt_mesh_model *model; member 71 struct bt_mesh_model *model; /* Pointer to the client model */ member
|