36 Commits

Author SHA1 Message Date
matthias.ringwald
6b64433e6a added non-commerical clause and contact email 2012-05-07 21:54:09 +00:00
matthias.ringwald
5a109138a5 add warning fir PRIx32 isn't defined by inttypes.h 2011-11-09 15:52:28 +00:00
matthias.ringwald
24d1051584 include inttypes to get PRIx32 definition 2011-10-31 18:32:40 +00:00
matthias.ringwald
366fab0c58 use strlen to get size of service name 2011-10-19 17:20:30 +00:00
matthias.ringwald
69eb5f9191 workaround for missing PRIx32 in mspgcc 2011-08-21 19:17:47 +00:00
matthias.ringwald
f8adb6a795 provide sdp_create_spp_service helper 2011-08-20 21:30:25 +00:00
matthias.ringwald
542b89e48b mark both array as well as strings a const 2011-08-20 10:35:19 +00:00
matthias.ringwald@gmail.com
feae72603a use unsigned int for attribute IDs 2011-08-18 15:53:13 +00:00
matthias.ringwald
62edfb0414 extracted spd_append_range from sdp_traversal_filter_attributes 2011-08-07 09:28:57 +00:00
matthias.ringwald
cf19c47a24 added sdp_filter_attributes_in_attributeIDList 2011-08-06 20:48:47 +00:00
matthias.ringwald
75a107579f fix spd_get_filtered_size 2011-08-06 13:11:51 +00:00
matthias.ringwald
eda56fd465 added spd_get_filtered_size to get sum of attributes matching attribute list 2011-08-05 20:40:47 +00:00
matthias.ringwald
605038b802 revert back, PRIx32 doesn't work with old mspgcc4 2011-07-22 11:44:01 +00:00
matthias.ringwald
f49519fb8e use PRIx32 from C99 inttypes.h 2011-07-22 11:34:49 +00:00
matthias.ringwald
7d3b3569b0 avoid 'enumerated type mixed with another type warnings' by IAR 2011-07-22 10:09:45 +00:00
matthias.ringwald
ed7e0985ab use '// MARK:' instead of the non portable '#pragma mark' 2011-06-23 18:28:19 +00:00
matthias.ringwald
1d2b5e8ec9 no need for htonl macros from arpa/inet.h 2011-06-05 10:00:11 +00:00
matthias.ringwald
54348d212c fix compiler warning because of missing default: 2011-05-27 19:19:29 +00:00
matthias.ringwald
a486ba59ea added sdp_traversal_set_attribute_for_id 2011-05-12 20:02:14 +00:00
matthias.ringwald
d0ce639d5f use 8-bit lenth descriptor for de_add_data if possible 2010-11-09 22:38:36 +00:00
matthias.ringwald
4220256d7c make de_store_descriptor_with_len non-static 2010-09-11 18:45:28 +00:00
matthias.ringwald
47f1a3c4d8 also dump strings in service records 2010-07-25 12:25:30 +00:00
matthias.ringwald
abf7f7c6bf fix attribute list traversal 2010-07-05 20:58:26 +00:00
matthias.ringwald
f590ca4ea9 attribute index and attribute found not needed with new attribute list traversal 2010-06-17 22:20:28 +00:00
matthias.ringwald
478a4824bb converted sdp_get_attribute_value_for_attribute_id to new traversal helper 2010-06-17 22:07:16 +00:00
matthias.ringwald
be3deeedc2 new sdp_attribute_list_traverse_sequence is easier to use then de_traverse_sequence, converted sdp_traversal_append_attributes to new traversal helper 2010-06-17 22:00:53 +00:00
matthias.ringwald
8f7869d982 use 16 bit int to store attributeID 2010-06-15 18:25:36 +00:00
matthias.ringwald
af8a029a59 AttributeList is sequence of alternative AttributeID,AttributeValue item not sequence of sequences that contain tuples 2010-06-14 19:32:01 +00:00
matthias.ringwald
770b783106 clarify use of maxBytes in sdp_append_attributes_in_attributeIDList 2010-06-13 13:47:23 +00:00
matthias.ringwald
d370e7cf04 implmented continuation handling for sdp_handle_service_search_attribute_request 2010-06-13 10:30:43 +00:00
matthias.ringwald
231e1adb5d implemented continuation handling for sdp_handle_service_attribute_request 2010-06-13 09:58:38 +00:00
matthias.ringwald
0993bebf69 fix sdp_record_matches_service_search_pattern 2010-06-12 14:32:42 +00:00
matthias.ringwald
41350e2c66 fix de_get_data_size 2010-06-12 10:27:17 +00:00
matthias.ringwald
d9944f02e3 added internal sdp register/unregister functions 2010-06-11 21:12:14 +00:00
matthias.ringwald
5b0ad4acac added sdp preliminaries 2010-06-09 17:33:28 +00:00
matthias.ringwald
3959151bf9 more or less complete SDP ServiceRecord handling utilities 2010-06-08 18:52:10 +00:00