Searched defs:t_l2c_linkcb (Results 1 – 1 of 1) sorted by relevance
380 typedef struct t_l2c_linkcb struct382 BOOLEAN in_use; /* TRUE when in use, FALSE when not */383 tL2C_LINK_STATE link_state;385 TIMER_LIST_ENT timer_entry; /* Timer list entry for timeout evt */386 UINT16 handle; /* The handle used with LM */388 tL2C_CCB_Q ccb_queue; /* Queue of CCBs on this LCB */390 …tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */391 TIMER_LIST_ENT info_timer_entry; /* Timer entry for info resp timeout evt */392 BD_ADDR remote_bd_addr; /* The BD address of the remote */394 UINT8 link_role; /* Master or slave */[all …]