Home | History | Annotate | Download | only in l2cap

Lines Matching refs:tL2C_LCB

49 tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding)
52 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
58 memset (p_lcb, 0, sizeof (tL2C_LCB));
95 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (p_bd_addr);
116 void l2cu_release_lcb (tL2C_LCB *p_lcb)
233 tL2C_LCB *l2cu_find_lcb_by_bd_addr (BD_ADDR p_bd_addr)
236 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
262 UINT8 l2cu_get_conn_role (tL2C_LCB *p_this_lcb)
276 BT_HDR *l2cu_build_header (tL2C_LCB *p_lcb, UINT16 len, UINT8 cmd, UINT8 id)
330 void l2cu_adj_id (tL2C_LCB *p_lcb, UINT8 adj_mask)
348 void l2cu_send_peer_cmd_reject (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id,
475 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result)
860 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid,
892 void l2cu_send_peer_echo_req (tL2C_LCB *p_lcb, UINT8 *p_data, UINT16 data_len)
927 void l2cu_send_peer_echo_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT8 *p_data, UINT16 data_len)
968 void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type)
1007 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type)
1344 tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid)
1500 tL2C_LCB *p_lcb = l2cu_find_lcb_by_handle(handle);
1551 tL2C_LCB *p_lcb = p_ccb->p_lcb;
1634 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid)
1952 tL2C_LCB *p_lcb;
2068 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
2095 BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb)
2098 tL2C_LCB *p_lcb_cur = &l2cb.lcb_pool[0];
2180 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
2204 BOOLEAN l2cu_create_conn_after_switch (tL2C_LCB *p_lcb)
2295 tL2C_LCB *l2cu_find_lcb_by_state (tL2C_LINK_STATE state)
2298 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
2327 tL2C_LCB *p_lcb;
2377 tL2C_LCB *p_lcb;
2449 tL2C_LCB
2565 BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr)
2628 void l2cu_no_dynamic_ccbs (tL2C_LCB *p_lcb)
2697 void l2cu_process_fixed_chnl_resp (tL2C_LCB *p_lcb)
2744 void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout)
2780 void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id)
2816 tL2C_LCB *l2cu_find_lcb_by_handle (UINT16 handle)
2819 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
2844 tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid)
2906 static tL2C_CCB *l2cu_get_next_channel_in_rr(tL2C_LCB *p_lcb)
3013 static tL2C_CCB *l2cu_get_next_channel(tL2C_LCB *p_lcb)
3059 BT_HDR *l2cu_get_next_buffer_to_send (tL2C_LCB *p_lcb)