Searched refs:smp_rsp_timer_ent (Results 1 – 4 of 4) sorted by relevance
411 alarm_set_on_mloop(p_cb->smp_rsp_timer_ent, SMP_WAIT_FOR_RSP_TIMEOUT_MS, smp_rsp_timeout, in smp_send_cmd()862 smp_cb.smp_rsp_timer_ent = alarm_new("smp.smp_rsp_timer_ent"); in init()891 alarm_t* smp_rsp_timer_ent = this->smp_rsp_timer_ent; in reset() local896 alarm_cancel(this->smp_rsp_timer_ent); in reset()904 this->smp_rsp_timer_ent = smp_rsp_timer_ent; in reset()947 alarm_cancel(p_cb->smp_rsp_timer_ent); in smp_reset_control_value()
182 alarm_set_on_mloop(p_cb->smp_rsp_timer_ent, SMP_WAIT_FOR_RSP_TIMEOUT_MS, smp_rsp_timeout, NULL); in smp_data_received()359 alarm_set_on_mloop(p_cb->smp_rsp_timer_ent, SMP_WAIT_FOR_RSP_TIMEOUT_MS, smp_rsp_timeout, NULL); in smp_br_data_received()
280 alarm_t* smp_rsp_timer_ent; variable
225 alarm_free(smp_cb.smp_rsp_timer_ent); in Fuzz()