Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_int.h385 typedef struct t_l2c_linkcb { struct
386 bool in_use; /* true when in use, false when not */
387 tL2C_LINK_STATE link_state;
389 alarm_t* l2c_lcb_timer; /* Timer entry for timeout evt */
390 uint16_t handle; /* The handle used with LM */
392 tL2C_CCB_Q ccb_queue; /* Queue of CCBs on this LCB */
394 tL2C_CCB* p_pending_ccb; /* ccb of waiting channel during link disconnect */
395 alarm_t* info_resp_timer; /* Timer entry for info resp timeout evt */
396 RawAddress remote_bd_addr; /* The BD address of the remote */
398 uint8_t link_role; /* Master or slave */
[all …]