Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/smp/
Dsmp_l2c.c172 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_data_ind()
173 btu_start_timer (&p_cb->rsp_timer_ent, BTU_TTYPE_SMP_PAIRING_CMD, in smp_data_ind()
Dsmp_act.c334 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_proc_sec_req()
335 btu_start_timer (&p_cb->rsp_timer_ent, BTU_TTYPE_SMP_PAIRING_CMD, in smp_proc_sec_req()
656 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_proc_release_delay()
657 btu_start_timer (&p_cb->rsp_timer_ent, BTU_TTYPE_SMP_PAIRING_CMD, in smp_proc_release_delay()
670 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_proc_release_delay_tout()
942 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_delay_terminate()
Dsmp_utils.c127 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_send_cmd()
128 btu_start_timer (&p_cb->rsp_timer_ent, BTU_TTYPE_SMP_PAIRING_CMD, in smp_send_cmd()
559 btu_stop_timer (&p_cb->rsp_timer_ent); in smp_reset_control_value()
Dsmp_int.h161 TIMER_LIST_ENT rsp_timer_ent; member
/external/bluetooth/bluedroid/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()
2169 btu_stop_timer(&p_clcb->rsp_timer_ent); in gatt_end_operation()
2212 btu_stop_timer(&p_clcb->rsp_timer_ent); in gatt_cleanup_upon_disc()
Dgatt_int.h415 TIMER_LIST_ENT rsp_timer_ent; /* peer response timer */ member
Dgatt_cl.c1182 btu_stop_timer (&p_clcb->rsp_timer_ent); in gatt_client_handle_server_rsp()
Dgatt_api.c1298 btu_stop_timer(&p_clcb->rsp_timer_ent); in GATT_Deregister()