Home | History | Annotate | Download | only in bnep

Lines Matching full:uint16

38 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type);
40 void bnepu_process_peer_multicast_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len);
41 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code);
54 tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid)
56 UINT16 xx;
83 UINT16 xx;
112 UINT16 xx;
214 p_buf->len = (UINT16)(p - p_start);
229 void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code)
273 UINT16 xx;
325 UINT16 xx;
374 void bnepu_send_peer_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code)
487 void bnepu_build_bnep_hdr (tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol,
548 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type)
555 UINT16 xx, diff = BNEP_MINIMUM_OFFSET - p_buf->offset;
690 UINT16 resp_code;
784 UINT8 *bnep_process_control_packet (tBNEP_CONN *p_bcb, UINT8 *p, UINT16 *rem_len, BOOLEAN is_ext)
788 UINT16 len, ext_len = 0;
901 void bnepu_process_peer_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len)
904 UINT16 num_filters = 0;
905 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK;
906 UINT16 start, end;
926 num_filters = (UINT16) (len >> 2);
986 UINT16 resp_code;
1038 UINT16 resp_code;
1088 void bnepu_process_peer_multicast_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len)
1091 UINT16 resp_code = BNEP_FILTER_CRL_OK;
1092 UINT16 num_filters, xx;
1118 num_filters = (UINT16) (len / 12);
1172 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code)
1216 UINT16 resp_code = BNEP_SETUP_CONN_OK;
1318 UINT16 protocol,
1325 UINT16 i, proto;
1367 UINT16 i;
1443 UINT16 i;