Searched defs:t_l2c_linkcb (Results 1 – 2 of 2) sorted by relevance
417 typedef struct t_l2c_linkcb { struct431 friend void l2cu_set_lcb_handle(struct t_l2c_linkcb& p_lcb, uint16_t handle); argument432 void SetHandle(uint16_t handle) { handle_ = handle; } in SetHandle()435 uint16_t Handle() const { return handle_; } in Handle()436 void InvalidateHandle() { handle_ = HCI_INVALID_HANDLE; } in InvalidateHandle()438 tL2C_CCB_Q ccb_queue; /* Queue of CCBs on this LCB */440 tL2C_CCB* p_pending_ccb; /* ccb of waiting channel during link disconnect */441 alarm_t* info_resp_timer; /* Timer entry for info resp timeout evt */442 RawAddress remote_bd_addr; /* The BD address of the remote */447 tHCI_ROLE LinkRole() const { return link_role_; } in LinkRole()[all …]
286 void l2cu_set_lcb_handle(struct t_l2c_linkcb& /* p_lcb */, in l2cu_set_lcb_handle()