summaryrefslogtreecommitdiff
path: root/src/sdpd-service.c
Commit message (Expand)AuthorAgeFilesLines
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-4/+4
* sdp: Add support for MPMD in MPSSzymon Janc2015-02-171-1/+92
* sdp: Add initial support for MPSSzymon Janc2015-02-171-1/+320
* Replace bt_put_be32() by put_be32()Claudio Takahasi2014-03-241-1/+1
* Replace bt_put_be16() by put_be16()Claudio Takahasi2014-03-241-3/+3
* Replace bt_get_be32() by get_be32()Claudio Takahasi2014-03-241-3/+3
* Replace bt_get_be16() by get_be16()Claudio Takahasi2014-03-241-2/+3
* core: Remove redundant includes from sdpd-*.cFrederic Danis2013-07-121-7/+0
* core: Turn message about device id into debug statementMarcel Holtmann2013-01-101-1/+1
* core: Add support for setting a fixed SDP database timestampMarcel Holtmann2013-01-061-3/+14
* core: Avoid using main_opts structure inside SDP service handlingMarcel Holtmann2013-01-031-7/+7
* core: Remove useless manager.h includesJohan Hedberg2013-01-031-1/+0
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* sdpd-service: Fix build errors due to unaligned memory accessSzymon Janc2012-09-051-11/+10
* sdp: Fix removing servers own recordJohan Hedberg2012-05-181-0/+4
* Bump Device ID service version to 1.3Szymon Janc2012-03-281-1/+1
* Add support for setting VID source in DeviceID from config fileSzymon Janc2012-03-281-1/+2
* Set DeviceID when registering adapter not when sdp server is startingSzymon Janc2012-03-281-3/+0
* Parse config DeviceID string on bluetoothd startupSzymon Janc2012-03-281-9/+11
* Fix dead increments and assignments in sdp codeSzymon Janc2011-05-151-1/+0
* Fix empty parameter list in functions declarationsSzymon Janc2011-05-151-1/+1
* Fix C++ style commentsSzymon Janc2011-05-101-1/+1
* Refactor handling of UUIDs with respect to adapter_opsJohan Hedberg2010-12-301-24/+2
* Add manager_foreach_adapter()Johan Hedberg2010-12-191-10/+7
* Fix add_record_to_server to return a proper error valueJohan Hedberg2010-12-141-2/+2
* Refactor class of device (and related values) handling to adapter_opsJohan Hedberg2010-12-131-231/+2
* Get rid of redundant type casts from SDP codeJohan Hedberg2010-10-271-5/+5
* Fix problem with invalid read from arrayLukasz Pawlik2010-10-091-1/+1
* Support for adding UUID128 to extended inquiry responseInga Stotland2010-08-051-0/+63
* Clean up code that generates extended inquiry response.Inga Stotland2010-08-051-15/+29
* Minor fix when skipping duplicate UUID16 from EIR.Inga Stotland2010-08-051-1/+1
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-3/+3
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Fix scope bdaddr variable to not be larger than necessaryJohan Hedberg2010-04-281-1/+1
* Update service class on adapter-by-adapter basisElvis Pfutzenreuter2010-04-281-10/+18
* Correct UUIDs list to EIRFrancisco Alecrim2010-04-071-2/+3
* Add support for handling Inquiry Response Transmit Power LevelMarcel Holtmann2010-02-051-1/+8
* Don't include PnP service class in EIR responseMarcel Holtmann2010-02-051-0/+3
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix Extended Inquiry Response record for Device IDMarcel Holtmann2009-12-241-1/+1
* Remove the service_classes_callback mechanismAlok Barsode2009-07-221-8/+5
* Fix segfault when a record is updated.Luiz Augusto von Dentz2009-07-211-20/+17
* Coding style fixesJohan Hedberg2009-06-301-10/+15
* Only update service classes to specified adapterJohan Hedberg2009-03-241-9/+9
* Remove incorrect sdp_record_free()Johan Hedberg2009-03-011-3/+0
* Fix a few more sdp_record_t memory leaksJohan Hedberg2009-02-241-2/+6
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-1/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1