summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Implement SpeakerGainChanged and MicrophoneGainChanged signalsJohan Hedberg2006-11-271-1/+34
| |
| * Use multibyte friendly checks instead of isprint()Marcel Holtmann2006-11-262-10/+18
| |
| * More implementation. E.g. signals and Play and Stop methodsJohan Hedberg2006-11-241-77/+266
| |
| * Implement AT command parsingJohan Hedberg2006-11-241-8/+119
| |
| * Updated possible errors returned by Manager methodsClaudio Takahasi2006-11-231-0/+36
| |
| * Don't forget to mention the --xml option in the manual pageMarcel Holtmann2006-11-231-4/+4
| |
| * Add support for XML view of service recordsMarcel Holtmann2006-11-232-5/+37
| |
| * Implement ring timer and CancelRinging methodJohan Hedberg2006-11-221-5/+78
| |
| * Fix RING stringJohan Hedberg2006-11-221-1/+1
| |
| * Implement Ring methodJohan Hedberg2006-11-221-1/+39
| |
| * CleanupJohan Hedberg2006-11-221-16/+10
| |
| * Use AddServiceRecordFromXML as method nameMarcel Holtmann2006-11-223-3/+3
| |
| * Add examples for SPP and FTPMarcel Holtmann2006-11-223-1/+64
| |
| * Add another example service recordMarcel Holtmann2006-11-223-11/+38
| |
| * Use "boolean" instead of "bool"Marcel Holtmann2006-11-221-1/+1
| |
| * Fix UUID16 parsingMarcel Holtmann2006-11-221-1/+3
| |
| * Add first draft XML based service record registrationMarcel Holtmann2006-11-226-26/+845
| |
| * TypoMarcel Holtmann2006-11-221-1/+1
| |
| * Don't change scan enable on devupMarcel Holtmann2006-11-211-5/+0
| |
| * Fall back to hcid.conf setting if offmode=devdown, mode is "off", and ↵Johan Hedberg2006-11-211-7/+5
| | | | | | | | somebody does a DEVUP
| * Improve "off" mode behaviour when offmode=devdownJohan Hedberg2006-11-212-7/+21
| |
| * Add support for XML based service recordsMarcel Holtmann2006-11-211-33/+96
| |
| * Send a Cancel msg to the Auth agent when NoReply(timeout) msg arrives for ↵Claudio Takahasi2006-11-201-0/+2
| | | | | | | | Authorize request
| * Fixed seg fault when calling CancelAuthorizationProcess: reply Auth agent ↵Claudio Takahasi2006-11-201-0/+3
| | | | | | | | does not exist if there isn't a default one.
| * Fixed seg fault: reply Auth agent does not exist if there isn't a default one.Claudio Takahasi2006-11-201-0/+3
| |
| * Fix dependency for concurrent buildsMarcel Holtmann2006-11-202-0/+4
| |
| * Look for dialup networking service when in dialup modeMarcel Holtmann2006-11-201-0/+3
| |
| * Check if the accept() call failsMarcel Holtmann2006-11-181-0/+5
| |
| * Check for errors on listening socketMarcel Holtmann2006-11-181-0/+5
| |
| * Create skeleton of new master daemonMarcel Holtmann2006-11-172-3/+86
| |
| * Compile with Expat if availableMarcel Holtmann2006-11-171-0/+4
| |
| * Only compile the master daemonMarcel Holtmann2006-11-171-17/+2
| |
| * Create one master daemonMarcel Holtmann2006-11-173-26/+14
| |
| * Include the SDP prototypesMarcel Holtmann2006-11-171-0/+2
| |
| * Create a HCI library for easier linkingMarcel Holtmann2006-11-171-11/+15
| |
| * Change linking orderMarcel Holtmann2006-11-171-1/+1
| |
| * Use permanent connection to SDP serverMarcel Holtmann2006-11-175-79/+57
| |
| * Register service record for all local adaptersMarcel Holtmann2006-11-172-2/+2
| |
| * Make use of generic mainloopMarcel Holtmann2006-11-171-105/+112
| |
| * Create library for SDP server functionalityMarcel Holtmann2006-11-171-2/+6
| |
| * Another logging updateMarcel Holtmann2006-11-171-15/+16
| |
| * Add build ids for new sniffer firmwaresMarcel Holtmann2006-11-171-0/+3
| |
| * Fixed service agent message forward and message unrefClaudio Takahasi2006-11-171-1/+3
| |
| * Fixed memory leak: missing message unrefClaudio Takahasi2006-11-171-0/+3
| |
| * Fix linking with expat libraryMarcel Holtmann2006-11-172-4/+4
| |
| * Check if the service path is valid: Avoid seg fault when there isn't D-Bus ↵Claudio Takahasi2006-11-171-0/+6
| | | | | | | | data assigned to the path
| * Remove sdp_put_unaligned and sdp_get_unaligned macrosMarcel Holtmann2006-11-173-32/+29
| |
| * Stop logging on exitMarcel Holtmann2006-11-171-2/+4
| |
| * Fix definition of _XOPEN_SOURCEMarcel Holtmann2006-11-171-3/+2
| |
| * Remove unneeded newlines in log messagesMarcel Holtmann2006-11-174-79/+68
| |