Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_l2c.c180 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_data_received()
181 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.c328 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_send_cmd()
329 btu_start_timer (&p_cb->rsp_timer_ent, BTU_TTYPE_SMP_PAIRING_CMD, in smp_send_cmd()
913 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_reset_control_value()
Dsmp_int.h271 TIMER_LIST_ENT rsp_timer_ent; member
/system/bt/stack/gatt/
Dgatt_utils.c1176 p_clcb->rsp_timer_ent.param = (TIMER_PARAM_TYPE)p_clcb; in gatt_start_rsp_timer()
1182 btu_start_timer (&p_clcb->rsp_timer_ent, BTU_TTYPE_ATT_WAIT_FOR_RSP, in gatt_start_rsp_timer()
2175 btu_stop_timer(&p_clcb->rsp_timer_ent); in gatt_end_operation()
2218 btu_stop_timer(&p_clcb->rsp_timer_ent); in gatt_cleanup_upon_disc()
Dgatt_int.h413 TIMER_LIST_ENT rsp_timer_ent; /* peer response timer */ member
Dgatt_cl.c1184 btu_stop_timer (&p_clcb->rsp_timer_ent); in gatt_client_handle_server_rsp()
Dgatt_api.c1302 btu_stop_timer(&p_clcb->rsp_timer_ent); in GATT_Deregister()