Home | History | Annotate | Download | only in sdp

Lines Matching refs:UINT16

94     UINT16     len;
100 UINT16 num_uids;
108 UINT16 start;
109 UINT16 end;
114 UINT16 num_attr;
124 UINT16 id;
133 UINT16 num_attributes;
143 UINT16 num_records;
157 UINT16 next_attr_index; /* attr index for next continuation response */
158 UINT16 next_attr_start_id; /* attr id to start with for the attr index in next cont. response */
161 UINT16 attr_offset; /* offset within the attr to keep trak of partial attributes in the responses */
181 UINT16 rem_mtu_size;
182 UINT16 connection_id;
183 UINT16 list_len; /* length of the response in the GKI buffer */
192 UINT16 num_handles; /* Number of server handles */
193 UINT16 cur_handle; /* Current handle being processed */
194 UINT16 transaction_id;
195 UINT16 disconnect_reason; /* Disconnect reason */
197 UINT16 cur_uuid_idx;
211 UINT16 cont_offset; /* Continuation state data in the server response */
227 UINT16 max_attr_list_size; /* Max attribute list size to use */
228 UINT16 max_recs_per_search; /* Max records we want per seaarch */
249 extern void sdp_disconnect (tCONN_CB*p_ccb, UINT16 reason);
252 extern UINT16 sdp_set_max_attr_list_size (UINT16 max_size);
272 extern tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid);
277 extern UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs);
279 extern void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text);
281 extern UINT8 *sdpu_extract_attr_seq (UINT8 *p, UINT16 param_len, tSDP_ATTR_SEQ *p_seq);
282 extern UINT8 *sdpu_extract_uid_seq (UINT8 *p, UINT16 param_len, tSDP_UUID_SEQ *p_seq);
286 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
290 extern void sdpu_sort_attr_list( UINT16 num_attr, tSDP_DISCOVERY_DB *p_db );
291 extern UINT16 sdpu_get_list_len( tSDP_UUID_SEQ *uid_seq, tSDP_ATTR_SEQ *attr_seq );
292 extern UINT16 sdpu_get_attrib_seq_len(tSDP_RECORD *p_rec, tSDP_ATTR_SEQ *attr_seq);
293 extern UINT16 sdpu_get_attrib_entry_len(tSDP_ATTRIBUTE *p_attr);
294 extern UINT8 *sdpu_build_partial_attrib_entry (UINT8 *p_out, tSDP_ATTRIBUTE *p_attr, UINT16 len, UINT16 *offset);
295 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
301 extern tSDP_ATTRIBUTE *sdp_db_find_attr_in_rec (tSDP_RECORD *p_rec, UINT16 start_attr, UINT16 end_attr);