Home | History | Annotate | Download | only in l2cap

Lines Matching refs:L2C_API

27 #include "l2c_api.h"
568 L2C_API extern tL2C_CB l2cb;
570 L2C_API extern tL2C_CB *l2c_cb_ptr;
727 L2C_API extern void l2cu_set_info_rsp_mask (UINT32 mask);
735 L2C_API extern BT_HDR *l2cap_link_chk_pkt_start(BT_HDR *); /* Called at start of rcv to check L2CAP segmentation */
736 L2C_API extern BOOLEAN l2cap_link_chk_pkt_end (void); /* Called at end of rcv to check L2CAP segmentation */
738 L2C_API extern void l2c_enqueue_peer_data (tL2C_CCB *p_ccb, BT_HDR *p_buf);