Home
last modified time | relevance | path

Searched refs:rsp_timer_ent (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c116 btu_free_timer(&p_cb->rsp_timer_ent); in smp_connect_callback()
187 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_data_received()
188 btu_start_timer (&p_cb->rsp_timer_ent, BTU_TTYPE_SMP_PAIRING_CMD, in smp_data_received()
331 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_br_data_received()
332 btu_start_timer (&p_cb->rsp_timer_ent, BTU_TTYPE_SMP_PAIRING_CMD, in smp_br_data_received()
Dsmp_utils.c362 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_send_cmd()
363 btu_start_timer (&p_cb->rsp_timer_ent, BTU_TTYPE_SMP_PAIRING_CMD, in smp_send_cmd()
949 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_reset_control_value()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1300 p_clcb->rsp_timer_ent.param = (TIMER_PARAM_TYPE)p_clcb; in gatt_start_rsp_timer()
1305 btu_start_timer (&p_clcb->rsp_timer_ent, BTU_TTYPE_ATT_WAIT_FOR_RSP, in gatt_start_rsp_timer()
1811 btu_free_timer(&p_clcb->rsp_timer_ent); in gatt_clcb_dealloc()
2320 btu_stop_timer(&p_clcb->rsp_timer_ent); in gatt_end_operation()
2364 btu_stop_timer(&p_clcb->rsp_timer_ent); in gatt_cleanup_upon_disc()
Dgatt_cl.c1169 btu_stop_timer (&p_clcb->rsp_timer_ent); in gatt_client_handle_server_rsp()
Dgatt_api.c1384 btu_stop_timer(&p_clcb->rsp_timer_ent); in GATT_Deregister()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h265 TIMER_LIST_ENT rsp_timer_ent; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h446 TIMER_LIST_ENT rsp_timer_ent; /* peer response timer */ member