Home | History | Annotate | Download | only in sdp

Lines Matching full:uint16

95     UINT16     len;
101 UINT16 num_uids;
109 UINT16 start;
110 UINT16 end;
115 UINT16 num_attr;
125 UINT16 id;
134 UINT16 num_attributes;
145 UINT16 num_records;
160 UINT16 next_attr_index; /* attr index for next continuation response */
161 UINT16 next_attr_start_id; /* attr id to start with for the attr index in next cont. response */
164 UINT16 attr_offset; /* offset within the attr to keep trak of partial attributes in the responses */
184 UINT16 rem_mtu_size;
185 UINT16 connection_id;
186 UINT16 list_len; /* length of the response in the GKI buffer */
195 UINT16 num_handles; /* Number of server handles */
196 UINT16 cur_handle; /* Current handle being processed */
197 UINT16 transaction_id;
198 UINT16 disconnect_reason; /* Disconnect reason */
200 UINT16 cur_uuid_idx;
215 UINT16 cont_offset; /* Continuation state data in the server response */
231 UINT16 max_attr_list_size; /* Max attribute list size to use */
232 UINT16 max_recs_per_search; /* Max records we want per seaarch */
253 extern void sdp_disconnect (tCONN_CB*p_ccb, UINT16 reason);
256 SDP_API extern UINT16 sdp_set_max_attr_list_size (UINT16 max_size);
276 extern tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid);
281 extern UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs);
283 extern void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text);
285 extern UINT8 *sdpu_extract_attr_seq (UINT8 *p, UINT16 param_len, tSDP_ATTR_SEQ *p_seq);
286 extern UINT8 *sdpu_extract_uid_seq (UINT8 *p, UINT16 param_len, tSDP_UUID_SEQ *p_seq);
290 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
294 extern void sdpu_sort_attr_list( UINT16 num_attr, tSDP_DISCOVERY_DB *p_db );
295 extern UINT16 sdpu_get_list_len( tSDP_UUID_SEQ *uid_seq, tSDP_ATTR_SEQ *attr_seq );
296 extern UINT16 sdpu_get_attrib_seq_len(tSDP_RECORD *p_rec, tSDP_ATTR_SEQ *attr_seq);
297 extern UINT16 sdpu_get_attrib_entry_len(tSDP_ATTRIBUTE *p_attr);
298 extern UINT8 *sdpu_build_partial_attrib_entry (UINT8 *p_out, tSDP_ATTRIBUTE *p_attr, UINT16 len, UINT16 *offset);
299 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
305 extern tSDP_ATTRIBUTE *sdp_db_find_attr_in_rec (tSDP_RECORD *p_rec, UINT16 start_attr, UINT16 end_attr);