Home | History | Annotate | Download | only in include

Lines Matching refs:UINT16

77 typedef void (tSDP_DISC_CMPL_CB) (UINT16 result);
78 typedef void (tSDP_DISC_CMPL_CB2) (UINT16 result, void* user_data);
83 UINT16 peer_mtu;
89 UINT16 data_len;
99 typedef void (tSDP_DISC_RES_CB) (UINT16 event, tSDP_DATA *p_data);
107 UINT16 u16; /* 16-bit integer */
118 UINT16 attr_id; /* Attribute ID */
119 UINT16 attr_len_type; /* Length and type fields */
136 UINT16 num_uuid_filters; /* Number of UUIds to filter */
138 UINT16 num_attr_filters; /* Number of attribute filters */
139 UINT16 attr_filters[SDP_MAX_ATTR_FILTERS]; /* Attributes to filter */
151 UINT16 protocol_uuid;
152 UINT16 num_params;
153 UINT16 params[SDP_MAX_PROTOCOL_PARAMS];
158 UINT16 num_elems;
167 UINT16 vendor;
168 UINT16 vendor_id_source;
169 UINT16 product;
170 UINT16 version;
180 UINT16 spec_id;
205 UINT16 num_uuid,
207 UINT16 num_attr,
208 UINT16 *p_attr_list);
285 UINT16 attr_id,
300 UINT16 attr_id);
316 UINT16 service_uuid,
382 UINT16 layer_uuid,
398 UINT16 layer_uuid,
417 UINT16 profile_uuid,
418 UINT16 *p_version);
483 SDP_API extern BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id,
502 SDP_API extern BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
503 UINT16 num_elem, UINT8 type[],
519 SDP_API extern BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id,
520 UINT16 num_uuids, UINT16 *p_uuids);
535 SDP_API extern BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
551 SDP_API extern BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem,
568 UINT16 profile_uuid,
569 UINT16 version);
585 UINT16 lang, UINT16 char_enc,
586 UINT16 base_id);
602 UINT16 num_services,
603 UINT16 *p_service_uuids);
616 SDP_API extern BOOLEAN SDP_DeleteAttribute (UINT32 handle, UINT16 attr_id);
630 SDP_API extern UINT16 SDP_SetLocalDiRecord (tSDP_DI_RECORD *device_info,
645 SDP_API extern UINT16 SDP_GetLocalDiRecord(tSDP_DI_GET_RECORD *p_device_info,
657 SDP_API extern UINT16 SDP_DiDiscover (BD_ADDR remote_device,
684 SDP_API extern UINT16 SDP_GetDiRecord (UINT8 getRecordIndex,