Home | History | Annotate | Download | only in bnep

Lines Matching full:uint16

54 const UINT16 bnep_frame_hdr_sizes[] = {14, 1, 2, 8, 8};
59 static void bnep_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
60 static void bnep_connect_cfm (UINT16 l2cap_cid, UINT16 result);
61 static void bnep_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
62 static void bnep_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
63 static void bnep_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed);
64 static void bnep_disconnect_cfm (UINT16 l2cap_cid, UINT16 result);
65 static void bnep_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg);
66 static void bnep_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
121 static void bnep_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id)
166 static void bnep_connect_cfm (UINT16 l2cap_cid, UINT16 result)
216 static void bnep_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg)
219 UINT16 result, mtu = 0;
290 static void bnep_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg)
349 static void bnep_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed)
392 static void bnep_disconnect_cfm (UINT16 l2cap_cid, UINT16 result)
407 static void bnep_congestion_ind (UINT16 l2cap_cid, BOOLEAN is_congested)
465 static void bnep_data_ind (UINT16 l2cap_cid, BT_HDR *p_buf)
469 UINT16 rem_len = p_buf->len;
472 UINT16 protocol = 0;
512 UINT16 org_len, new_len;