Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h428 typedef struct t_l2c_linkcb { struct
442 friend void l2cu_set_lcb_handle(struct t_l2c_linkcb& p_lcb, uint16_t handle); argument
443 void SetHandle(uint16_t handle) { handle_ = handle; } in SetHandle()
446 uint16_t Handle() const { return handle_; } in Handle()
447 void InvalidateHandle() { handle_ = HCI_INVALID_HANDLE; } in InvalidateHandle()
449 tL2C_CCB_Q ccb_queue; /* Queue of CCBs on this LCB */
451 tL2C_CCB* p_pending_ccb; /* ccb of waiting channel during link disconnect */
452 alarm_t* info_resp_timer; /* Timer entry for info resp timeout evt */
453 RawAddress remote_bd_addr; /* The BD address of the remote */
458 tHCI_ROLE LinkRole() const { return link_role_; } in LinkRole()
[all …]