Home
last modified time | relevance | path

Searched defs:t_l2c_linkcb (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h378 typedef struct t_l2c_linkcb { struct
379 BOOLEAN in_use; /* TRUE when in use, FALSE when not */
380 tL2C_LINK_STATE link_state;
381 … /* This variable used for BLE 5.0 or higher version when do auxiliary connection */
382 TIMER_LIST_ENT timer_entry; /* Timer list entry for timeout evt */
383 UINT16 handle; /* The handle used with LM */
385 tL2C_CCB_Q ccb_queue; /* Queue of CCBs on this LCB */
387 …tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */
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 */
[all …]