Searched defs:tL2C_LCB (Results 1 - 1 of 1) sorted by path

/system/bt/stack/l2cap/
H A Dl2c_int.h465 } tL2C_LCB; typedef in typeref:struct:t_l2c_linkcb
479 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
495 tL2C_LCB* p_cur_hcit_lcb; /* Current HCI Transport buffer */
593 extern tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding,
596 extern void l2cu_release_lcb(tL2C_LCB* p_lcb);
597 extern tL2C_LCB* l2cu_find_lcb_by_bd_addr(const RawAddress& p_bd_addr,
599 extern tL2C_LCB* l2cu_find_lcb_by_handle(uint16_t handle);
603 extern uint8_t l2cu_get_conn_role(tL2C_LCB* p_this_lcb);
611 extern tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* p_lcb, uint16_t cid);
613 extern tL2C_CCB* l2cu_find_ccb_by_cid(tL2C_LCB* p_lc
[all...]

Completed in 10 milliseconds