Lines Matching full:uint16
67 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
68 tSDP_UUID *p_uuid_list, UINT16 num_attr, UINT16 *p_attr_list)
71 UINT16 xx;
241 void SDP_SetIdleTimeout (BD_ADDR addr, UINT16 timeout)
260 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id,
305 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id)
486 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec)
723 static BOOLEAN sdp_fill_proto_elem( tSDP_DISC_ATTR *p_attr, UINT16 layer_uuid,
783 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM *p_elem)
816 BOOLEAN SDP_FindAddProtoListsElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM *p_elem)
862 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version)
929 UINT16 SDP_DiDiscover( BD_ADDR remote_device, tSDP_DISCOVERY_DB *p_db,
933 UINT16 result = SDP_DI_DISC_FAILED;
934 UINT16 num_uuids = 1;
935 UINT16 di_uuid = UUID_SERVCLASS_PNP_INFORMATION;
990 static void SDP_AttrStringCopy(char *dst, tSDP_DISC_ATTR *p_attr, UINT16 dst_size)
995 UINT16 len = SDP_DISC_ATTR_LEN(p_attr->attr_len_type);
1019 UINT16 SDP_GetDiRecord( UINT8 get_record_index, tSDP_DI_GET_RECORD *p_device_info,
1023 UINT16 result = SDP_NO_DI_RECORD_FOUND;
1119 UINT16 SDP_SetLocalDiRecord( tSDP_DI_RECORD *p_device_info, UINT32 *p_handle )
1122 UINT16 result = SDP_SUCCESS;
1124 UINT16 di_uuid = UUID_SERVCLASS_PNP_INFORMATION;
1125 UINT16 di_specid = BLUETOOTH_DI_SPECIFICATION;