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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h458 } tL2C_LCB; typedef in typeref:struct:t_l2c_linkcb
473 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
488 tL2C_LCB *p_cur_hcit_lcb; /* Current HCI Transport buffer */
581 extern tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding);
583 extern void l2cu_release_lcb (tL2C_LCB *p_lcb);
584 extern tL2C_LCB *l2cu_find_lcb_by_bd_addr (BD_ADDR p_bd_addr);
585 extern tL2C_LCB *l2cu_find_lcb_by_handle (UINT16 handle);
595 extern tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid);
597 extern tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid);
598 extern tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lc
[all...]

Completed in 120 milliseconds