Home | History | Annotate | Download | only in include

Lines Matching refs:UINT16

72 typedef void (tSDP_DISC_CMPL_CB) (UINT16 result);
73 typedef void (tSDP_DISC_CMPL_CB2) (UINT16 result, void* user_data);
78 UINT16 peer_mtu;
84 UINT16 data_len;
94 typedef void (tSDP_DISC_RES_CB) (UINT16 event, tSDP_DATA *p_data);
102 UINT16 u16; /* 16-bit integer */
113 UINT16 attr_id; /* Attribute ID */
114 UINT16 attr_len_type; /* Length and type fields */
131 UINT16 num_uuid_filters; /* Number of UUIds to filter */
133 UINT16 num_attr_filters; /* Number of attribute filters */
134 UINT16 attr_filters[SDP_MAX_ATTR_FILTERS]; /* Attributes to filter */
146 UINT16 protocol_uuid;
147 UINT16 num_params;
148 UINT16 params[SDP_MAX_PROTOCOL_PARAMS];
153 UINT16 num_elems;
162 UINT16 vendor;
163 UINT16 vendor_id_source;
164 UINT16 product;
165 UINT16 version;
175 UINT16 spec_id;
191 UINT16 num_uuid,
193 UINT16 num_attr,
194 UINT16 *p_attr_list);
271 UINT16 attr_id,
286 UINT16 attr_id);
302 UINT16 service_uuid,
368 UINT16 layer_uuid,
384 UINT16 layer_uuid,
403 UINT16 profile_uuid,
404 UINT16 *p_version);
469 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id,
488 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
489 UINT16 num_elem, UINT8 type[],
505 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id,
506 UINT16 num_uuids, UINT16 *p_uuids);
521 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
537 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem,
554 UINT16 profile_uuid,
555 UINT16 version);
570 UINT16 lang, UINT16 char_enc,
571 UINT16 base_id);
586 UINT16 num_services,
587 UINT16 *p_service_uuids);
599 BOOLEAN SDP_DeleteAttribute (UINT32 handle, UINT16 attr_id);
612 UINT16 SDP_SetLocalDiRecord (tSDP_DI_RECORD *device_info,
624 UINT16 SDP_DiDiscover (BD_ADDR remote_device,
649 UINT16 SDP_GetDiRecord (UINT8 getRecordIndex,