/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/ |
D | btu.h | 55 typedef void (*tBTU_TIMER_CALLBACK)(TIMER_LIST_ENT *p_tle); 206 TIMER_LIST_ENT *p_tle; /* timer entry */ 250 void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout); 251 void btu_stop_timer (TIMER_LIST_ENT *p_tle); 252 void btu_free_timer (TIMER_LIST_ENT *p_tle); 253 void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout); 254 void btu_stop_timer_oneshot(TIMER_LIST_ENT *p_tle); 262 void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout); 263 void btu_stop_quick_timer (TIMER_LIST_ENT *p_tle); 264 void btu_free_quick_timer (TIMER_LIST_ENT *p_tle);
|
D | port_ext.h | 30 extern void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_task.c | 120 typedef void (tUSER_TIMEOUT_FUNC) (TIMER_LIST_ENT *p_tle); 203 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)param; in btu_bta_alarm_process() 311 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)param; in btu_general_alarm_process() 421 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)data; in btu_general_alarm_cb() 426 void btu_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer() 464 void btu_stop_timer(TIMER_LIST_ENT *p_tle) in btu_stop_timer() 491 void btu_free_timer(TIMER_LIST_ENT *p_tle) in btu_free_timer() 519 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)param; in btu_l2cap_alarm_process() 536 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)data; in btu_l2cap_alarm_cb() 541 void btu_start_quick_timer(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_ticks) in btu_start_quick_timer() [all …]
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_sys.h | 225 extern void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout_ms); 226 extern void bta_sys_stop_timer(TIMER_LIST_ENT *p_tle); 227 extern void bta_sys_free_timer(TIMER_LIST_ENT *p_tle); 228 extern BOOLEAN bta_sys_timer_is_active(TIMER_LIST_ENT *p_tle); 230 extern UINT32 bta_sys_get_remaining_ticks(TIMER_LIST_ENT *p_target_tle);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/sys/ |
D | bta_sys_main.c | 594 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *)data; in bta_alarm_cb() 599 void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout_ms) in bta_sys_start_timer() 630 UINT32 bta_sys_get_remaining_ticks(TIMER_LIST_ENT *p_target_tle) in bta_sys_get_remaining_ticks() 650 BOOLEAN bta_sys_timer_is_active(TIMER_LIST_ENT *p_tle) in bta_sys_timer_is_active() 671 void bta_sys_stop_timer(TIMER_LIST_ENT *p_tle) in bta_sys_stop_timer() 692 void bta_sys_free_timer(TIMER_LIST_ENT *p_tle) in bta_sys_free_timer()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_client/include/ |
D | bta_hf_client_at.h | 101 TIMER_LIST_ENT resp_timer; /* AT response timer */ 104 TIMER_LIST_ENT hold_timer; /* AT hold timer */
|
D | bta_hf_client_int.h | 160 TIMER_LIST_ENT colli_timer; /* Collision timer */
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_utils.c | 223 TIMER_LIST_ENT *p_tle = &p_mcb->tle; in rfc_timer_start() 258 memset(&p_mcb->tle, 0, sizeof(TIMER_LIST_ENT)); in rfc_timer_free() 270 TIMER_LIST_ENT *p_tle = &p_port->rfc.tle; in rfc_port_timer_start() 305 memset(&p_port->rfc.tle, 0, sizeof(TIMER_LIST_ENT)); in rfc_port_timer_free() 348 void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle) in rfcomm_process_timeout()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 186 TIMER_LIST_ENT reset_timer; 189 TIMER_LIST_ENT rln_timer; 192 TIMER_LIST_ENT rssi_timer; 195 TIMER_LIST_ENT lnk_quality_timer; 198 TIMER_LIST_ENT txpwer_timer; 202 TIMER_LIST_ENT qossu_timer; 210 TIMER_LIST_ENT tx_power_timer; 214 TIMER_LIST_ENT afh_channels_timer; 223 TIMER_LIST_ENT ble_channels_timer; 307 TIMER_LIST_ENT rmt_name_timer_ent; [all …]
|
D | btm_ble_int.h | 166 TIMER_LIST_ENT fast_adv_timer; 177 TIMER_LIST_ENT inq_timer_ent; 205 TIMER_LIST_ENT raddr_timer_ent; 333 TIMER_LIST_ENT obs_timer_ent; 338 TIMER_LIST_ENT scan_timer_ent; 383 void btm_ble_timeout(TIMER_LIST_ENT *p_tle);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 198 TIMER_LIST_ENT ack_timer; /* Timer delaying RR */ 199 TIMER_LIST_ENT mon_retrans_timer; /* Timer Monitor or Retransmission */ 291 TIMER_LIST_ENT timer_entry; /* CCB Timer List Entry */ 382 TIMER_LIST_ENT timer_entry; /* Timer list entry for timeout evt */ 388 TIMER_LIST_ENT info_timer_entry; /* Timer entry for info resp timeout evt */ 389 TIMER_LIST_ENT upda_con_timer; /* Timer entry for update connection parametr */ 495 TIMER_LIST_ENT rcv_hold_tle; /* Timer list entry for rcv hold */ 589 extern void l2c_process_timeout (TIMER_LIST_ENT *p_tle);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/include/ |
D | hid_conn.h | 63 TIMER_LIST_ENT timer_entry;
|
D | hid_int.h | 69 extern void hidh_proc_repage_timeout (TIMER_LIST_ENT *p_tle);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/common/include/common/ |
D | bt_defs.h | 36 } TIMER_LIST_ENT; typedef
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | port_int.h | 91 TIMER_LIST_ENT tle; /* Timer list entry */ 134 TIMER_LIST_ENT tle; /* Timer list entry */
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_ag/include/ |
D | bta_ag_int.h | 259 TIMER_LIST_ENT act_timer; /* ring timer */ 278 TIMER_LIST_ENT cn_timer; /* codec negotiation timer */ 289 TIMER_LIST_ENT colli_timer; /* Collision timer */
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 398 TIMER_LIST_ENT conf_timer_ent; /* peer confirm to indication timer */ 404 TIMER_LIST_ENT ind_ack_timer_ent; /* local app confirm to indication timer */ 446 TIMER_LIST_ENT rsp_timer_ent; /* peer response timer */ 632 extern void gatt_rsp_timeout(TIMER_LIST_ENT *p_tle); 633 extern void gatt_ind_ack_timeout(TIMER_LIST_ENT *p_tle);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 1268 TIMER_LIST_ENT timer[BTA_DM_PM_MODE_TIMER_MAX]; 1296 TIMER_LIST_ENT disable_timer; 1328 TIMER_LIST_ENT app_ready_timer; 1338 TIMER_LIST_ENT switch_delay_timer[BTA_DM_NUM_PEER_DEVICE]; 1361 TIMER_LIST_ENT search_timer; 1385 TIMER_LIST_ENT gatt_close_timer; /* GATT channel close delay timer */
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_main.c | 396 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *) p; in bta_ag_timer_cback() 653 static void bta_ag_colli_timer_cback (TIMER_LIST_ENT *p_tle) in bta_ag_colli_timer_cback()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/av/include/ |
D | bta_av_int.h | 434 TIMER_LIST_ENT timer; /* delay timer for AVRC CT */ 520 TIMER_LIST_ENT sig_tmr; /* link timer */ 521 TIMER_LIST_ENT acp_sig_tmr; /* timer to monitor signalling when accepting */
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avdt/include/ |
D | avdt_int.h | 436 TIMER_LIST_ENT timer_entry; /* CCB timer list entry */ 497 TIMER_LIST_ENT timer_entry; /* timer entry */ 715 extern void avdt_process_timeout(TIMER_LIST_ENT *p_tle);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/sdp/include/ |
D | sdpint.h | 173 TIMER_LIST_ENT timer_entry;
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 265 TIMER_LIST_ENT rsp_timer_ent; 481 extern void smp_rsp_timeout(TIMER_LIST_ENT *p_tle);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 139 static void bta_hf_client_at_resp_timer_cback (TIMER_LIST_ENT *p_tle) in bta_hf_client_at_resp_timer_cback() 220 static void bta_hf_client_at_hold_timer_cback(TIMER_LIST_ENT *p_tle) in bta_hf_client_at_hold_timer_cback() 250 TIMER_LIST_ENT *timer = &bta_hf_client_cb.scb.at_cb.hold_timer; in bta_hf_client_start_at_hold_timer()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_pm.c | 303 UINT32 bta_dm_pm_get_remaining_ticks (TIMER_LIST_ENT *p_target_tle) in bta_dm_pm_get_remaining_ticks() 851 if (&bta_dm_cb.pm_timer[i].timer[j] == (TIMER_LIST_ENT *) p_tle) { in bta_dm_pm_timer_cback()
|