Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c58 static void timeout_handler(struct k_work *work) in timeout_handler() function
242 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in bt_mesh_health_attention_get()
253 return bt_mesh_client_send_msg(param, &msg, need_ack, timeout_handler); in bt_mesh_health_attention_set()
262 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in bt_mesh_health_period_get()
273 return bt_mesh_client_send_msg(param, &msg, need_ack, timeout_handler); in bt_mesh_health_period_set()
285 return bt_mesh_client_send_msg(param, &msg, need_ack, timeout_handler); in bt_mesh_health_fault_test()
296 return bt_mesh_client_send_msg(param, &msg, need_ack, timeout_handler); in bt_mesh_health_fault_clear()
306 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in bt_mesh_health_fault_get()
Dcfg_cli.c100 static void timeout_handler(struct k_work *work) in timeout_handler() function
685 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in send_msg_with_none()
695 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in send_msg_with_u8()
705 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in send_msg_with_le16()
771 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in bt_mesh_cfg_relay_set()
788 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in bt_mesh_cfg_net_key_add()
806 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in bt_mesh_cfg_app_key_add()
823 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in bt_mesh_cfg_mod_app_bind()
840 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in mod_sub()
886 return bt_mesh_client_send_msg(param, &msg, true, timeout_handler); in mod_sub_va()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c87 static void timeout_handler(struct k_work *work) in timeout_handler() function
389 return bt_mesh_client_send_msg(common, &msg, true, timeout_handler); in time_scene_get_state()
477 err = bt_mesh_client_send_msg(common, msg, need_ack, timeout_handler); in time_scene_set_state()
Dsensor_client.c71 static void timeout_handler(struct k_work *work) in timeout_handler() function
447 err = bt_mesh_client_send_msg(common, msg, need_ack, timeout_handler); in sensor_act_state()
Dgeneric_client.c133 static void timeout_handler(struct k_work *work) in timeout_handler() function
724 return bt_mesh_client_send_msg(common, &msg, true, timeout_handler); in gen_get_state()
896 err = bt_mesh_client_send_msg(common, msg, need_ack, timeout_handler); in gen_set_state()
Dlighting_client.c142 static void timeout_handler(struct k_work *work) in timeout_handler() function
789 return bt_mesh_client_send_msg(common, &msg, true, timeout_handler); in light_get_state()
1020 err = bt_mesh_client_send_msg(common, msg, need_ack, timeout_handler); in light_set_state()