summaryrefslogtreecommitdiffstats
path: root/hcid/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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() ↵Johan Hedberg2007-05-071-2/+44
| | | | and configure_device()
* 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
|
* Update device options before forkingMarcel Holtmann2007-01-231-23/+23
|
* Move scan mode setting into adapter startupMarcel Holtmann2007-01-231-29/+63
|
* Use HCI command to set scan mode and not the kernel optionMarcel Holtmann2007-01-231-25/+22
|
* Move all adapter init handling into one functionMarcel Holtmann2007-01-231-51/+48
|
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-3/+4
|
* Support internal and external SDP serversMarcel Holtmann2007-01-201-1/+4
|
* Restore SIG_IGN for SIGCHLDMarcel Holtmann2007-01-191-0/+1
|
* Remove unecessary sigaction for SIGCHLDJohan Hedberg2007-01-181-1/+0
|
* Support for adding and removing .service files in /etc/bluetoothJohan Hedberg2007-01-161-0/+5
|
* First change towards reworked service frameworkJohan Hedberg2007-01-141-0/+3
|
* Make debug information optionalMarcel Holtmann2007-01-141-3/+18
|
* Use the SDP server libraryMarcel Holtmann2007-01-131-2/+2
|
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
|
* Allow compilation against GLibMarcel Holtmann2007-01-121-3/+3
|
* 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-211-4/+16
|
* Use permanent connection to SDP serverMarcel Holtmann2006-11-171-0/+2
|
* Add offmode config option for defining SetMode("off") behaviourJohan Hedberg2006-11-141-0/+1
|
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> ↵Johan Hedberg2006-11-011-0/+2
| | | | hcid/dbus-hci.c
* Fix memory leak with config reloadingMarcel Holtmann2006-09-051-0/+2
|
* Fix memory leaks in the config file parserMarcel Holtmann2006-08-271-1/+1
|
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-261-0/+3
|
* fix adding and setting up devicesJohan Hedberg2006-08-221-28/+31
|
* Use hci_devinfo in favor of HCIGETDEVINFO ioctl where possibleJohan Hedberg2006-08-211-9/+4
|
* First round of Passkey Release method supportJohan Hedberg2006-08-201-2/+2
|
* Fix accessing free'd memoryJohan Hedberg2006-08-181-4/+16
|
* Fixed adding/initializing devicesUlisses Furquim2006-08-181-16/+4
|
* load/set the default options after HCI_DEV_UPClaudio Takahasi2006-08-151-2/+5
|
* Fixed discoverable timeout when detaching/attaching dongleClaudio Takahasi2006-08-111-2/+2
|