Searched refs:timeout_handler (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | health_cli.c | 58 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()
|
D | cfg_cli.c | 100 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/ |
D | time_scene_client.c | 87 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()
|
D | sensor_client.c | 71 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()
|
D | generic_client.c | 133 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()
|
D | lighting_client.c | 142 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()
|