summaryrefslogtreecommitdiffstats
path: root/hcid/main.c
Commit message (Expand)AuthorAgeFilesLines
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-965/+0
* Cleanup adapter startup.Luiz Augusto von Dentz2008-07-281-7/+3
* Integrate struct hci_dev into struct adapter.Luiz Augusto von Dentz2008-07-281-2/+0
* Move adapter initialization code from dbus-hci.c to manager.c.Luiz Augusto von Dentz2008-07-281-4/+5
* Remove deprecated object paths and files.Luiz Augusto von Dentz2008-07-281-1/+0
* Only update service classes for device that are up and runningMarcel Holtmann2008-06-151-0/+3
* Split the D-Bus cleanup into two partsMarcel Holtmann2008-06-081-0/+2
* Load plugins early in the boot processMarcel Holtmann2008-06-081-11/+9
* Cleanup: more unused functionsClaudio Takahasi2008-05-271-2/+0
* Implement support for disabling specific plugins from loadingJohan Hedberg2008-05-161-1/+24
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-2/+0
* Remove inotify supportMarcel Holtmann2008-05-081-6/+0
* Keep the option for the builtin SDP server even if it is a noopMarcel Holtmann2008-04-011-2/+6
* Fixed usage messageCidorvan Leite2008-04-011-1/+1
* Removed SDP conditional initializationCidorvan Leite2008-03-311-13/+5
* Fixed plugin clean up.Cidorvan Leite2008-03-271-2/+2
* network: Add/Remove records directly instead of use D-Bus messagesClaudio Takahasi2008-03-261-6/+6
* Load plugins later in the init processMarcel Holtmann2008-03-221-2/+6
* Agent cleanupJohan Hedberg2008-03-141-0/+1
* initialize agent moduleJohan Hedberg2008-03-141-0/+5
* Add support for having the new manager interface on root pathMarcel Holtmann2008-03-131-3/+3
* Remove unneeded includeMarcel Holtmann2008-03-121-1/+0
* Remove the local D-Bus setupMarcel Holtmann2008-03-121-4/+0
* Add plugin definition structureMarcel Holtmann2008-03-111-1/+0
* Add skeleton for plugin infrastructureMarcel Holtmann2008-03-111-0/+5
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Whitespace cleanupJohan Hedberg2007-11-071-3/+3
* Update extended inquiry response when service class changesMarcel Holtmann2007-08-241-0/+2
* Don't mess with extended inquiry response on device initMarcel Holtmann2007-08-241-25/+3
* Trigger the service classes update through a callbackMarcel Holtmann2007-08-231-0/+52
* Update service classes on all adaptersMarcel Holtmann2007-08-231-2/+2
* First attempt for automatic setting of service classes valueMarcel Holtmann2007-08-221-0/+3
* Rename device helpers to adapter helpersMarcel Holtmann2007-08-161-5/+5
* More header cleanupsMarcel Holtmann2007-08-161-0/+2
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-0/+1
* hcid: don't register the adapter D-Bus path when it is on raw modeClaudio Takahasi2007-08-011-6/+17
* hcid: fixed logic error for hci_devinfo callsClaudio Takahasi2007-07-311-2/+2
* Add skeleton for local D-Bus serverMarcel Holtmann2007-06-161-0/+5
* Add support for limited discovery modeMarcel Holtmann2007-06-071-10/+45
* Add MTU option for the built-in SDP serverMarcel Holtmann2007-05-211-3/+8
* Use a pipe to inform the parent process of child exits during init_device() a...Johan Hedberg2007-05-071-2/+44
* Child should always exit instead of returning from the functionJohan Hedberg2007-05-071-1/+1
* Add device ID supportMarcel Holtmann2007-04-251-1/+1
* Fix address based configurationMarcel Holtmann2007-04-161-1/+1
* More glib memory allocation changesJohan Hedberg2007-02-261-6/+3
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-10/+8
* Remove incorrect g_io_channel_unref callJohan Hedberg2007-01-241-2/+0
* Update option referencesMarcel Holtmann2007-01-241-36/+37
* Minor coding correctionMarcel Holtmann2007-01-231-2/+2
* Get basic adapter information before changing the defaul optionsMarcel Holtmann2007-01-231-7/+7