summaryrefslogtreecommitdiff
path: root/src/sdpd-service.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-05sdpd-service: Fix build errors due to unaligned memory accessSzymon Janc1-11/+10
2012-05-18sdp: Fix removing servers own recordJohan Hedberg1-0/+4
2012-03-28Bump Device ID service version to 1.3Szymon Janc1-1/+1
2012-03-28Add support for setting VID source in DeviceID from config fileSzymon Janc1-1/+2
2012-03-28Set DeviceID when registering adapter not when sdp server is startingSzymon Janc1-3/+0
2012-03-28Parse config DeviceID string on bluetoothd startupSzymon Janc1-9/+11
2011-05-15Fix dead increments and assignments in sdp codeSzymon Janc1-1/+0
2011-05-15Fix empty parameter list in functions declarationsSzymon Janc1-1/+1
2011-05-10Fix C++ style commentsSzymon Janc1-1/+1
2010-12-30Refactor handling of UUIDs with respect to adapter_opsJohan Hedberg1-24/+2
2010-12-19Add manager_foreach_adapter()Johan Hedberg1-10/+7
2010-12-14Fix add_record_to_server to return a proper error valueJohan Hedberg1-2/+2
2010-12-13Refactor class of device (and related values) handling to adapter_opsJohan Hedberg1-231/+2
2010-10-27Get rid of redundant type casts from SDP codeJohan Hedberg1-5/+5
2010-10-09Fix problem with invalid read from arrayLukasz Pawlik1-1/+1
2010-08-05Support for adding UUID128 to extended inquiry responseInga Stotland1-0/+63
2010-08-05Clean up code that generates extended inquiry response.Inga Stotland1-15/+29
2010-08-05Minor fix when skipping duplicate UUID16 from EIR.Inga Stotland1-1/+1
2010-05-21Move debug() to DBG()Gustavo F. Padovan1-3/+3
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-04-28Fix scope bdaddr variable to not be larger than necessaryJohan Hedberg1-1/+1
2010-04-28Update service class on adapter-by-adapter basisElvis Pfutzenreuter1-10/+18
2010-04-07Correct UUIDs list to EIRFrancisco Alecrim1-2/+3
2010-02-05Add support for handling Inquiry Response Transmit Power LevelMarcel Holtmann1-1/+8
2010-02-05Don't include PnP service class in EIR responseMarcel Holtmann1-0/+3
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-24Fix Extended Inquiry Response record for Device IDMarcel Holtmann1-1/+1
2009-07-22Remove the service_classes_callback mechanismAlok Barsode1-8/+5
2009-07-21Fix segfault when a record is updated.Luiz Augusto von Dentz1-20/+17
2009-06-30Coding style fixesJohan Hedberg1-10/+15
2009-03-24Only update service classes to specified adapterJohan Hedberg1-9/+9
2009-03-01Remove incorrect sdp_record_free()Johan Hedberg1-3/+0
2009-02-24Fix a few more sdp_record_t memory leaksJohan Hedberg1-2/+6
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann1-1/+1
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-10-06Print the UUIDs associated with a record patternMarcel Holtmann1-0/+11
2008-09-23Add workaround for a broken carkitMarcel Holtmann1-0/+7
2008-09-11Hide the verbose SDP debug behind SDP_DEBUGMarcel Holtmann1-20/+20
2008-09-08Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz1-1/+1
2008-08-06Convert SDP *_safe functions to default APIMarcel Holtmann1-2/+2
2008-07-29Move hcid to src directory and rename it to bluetoothdMarcel Holtmann1-0/+677