Home
last modified time | relevance | path

Searched refs:upda_con_timer (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c198 btu_start_timer(&p_lcb->upda_con_timer, BTU_TTYPE_L2CAP_UPDA_CONN_PARAMS, time); in L2CA_UpdateBleConnParams()
257 btu_start_timer(&p_lcb->upda_con_timer, BTU_TTYPE_L2CAP_UPDA_CONN_PARAMS, time); in L2CA_EnableUpdateBleConnParams()
650 btu_stop_timer(&p_lcb->upda_con_timer); in l2cble_process_conn_update_evt()
658 btu_start_timer(&p_lcb->upda_con_timer, BTU_TTYPE_L2CAP_UPDA_CONN_PARAMS, time); in l2cble_process_conn_update_evt()
689 btu_stop_timer (&p_lcb->upda_con_timer); in l2cble_get_conn_param_format_err_from_contoller()
698 btu_start_timer(&p_lcb->upda_con_timer, BTU_TTYPE_L2CAP_UPDA_CONN_PARAMS, time); in l2cble_get_conn_param_format_err_from_contoller()
778 btu_start_timer(&p_lcb->upda_con_timer, BTU_TTYPE_L2CAP_UPDA_CONN_PARAMS, time); in l2cble_process_sig_cmd()
791 btu_stop_timer(&p_lcb->upda_con_timer); in l2cble_process_sig_cmd()
Dl2c_utils.c89 btu_free_timer(&p_lcb->upda_con_timer); in l2cu_allocate_lcb()
100 p_lcb->upda_con_timer.param = (TIMER_PARAM_TYPE)p_lcb; in l2cu_allocate_lcb()
172 btu_free_timer(&p_lcb->upda_con_timer); in l2cu_release_lcb()
173 memset(&p_lcb->upda_con_timer, 0, sizeof(TIMER_LIST_ENT)); in l2cu_release_lcb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h389 TIMER_LIST_ENT upda_con_timer; /* Timer entry for update connection parametr */ member