Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h417 typedef struct t_l2c_linkcb { struct
431 friend void l2cu_set_lcb_handle(struct t_l2c_linkcb& p_lcb, uint16_t handle); argument
432 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 …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_utils.cc286 void l2cu_set_lcb_handle(struct t_l2c_linkcb& /* p_lcb */, in l2cu_set_lcb_handle()