summaryrefslogtreecommitdiffstats
path: root/hcid/device.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Whitespace cleanupJohan Hedberg2007-11-071-1/+1
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* Use default event mask from the specificationMarcel Holtmann2007-09-101-1/+1
* Set local device name on adapter setupMarcel Holtmann2007-08-241-0/+5
* Update extended inquiry response when service class changesMarcel Holtmann2007-08-241-0/+26
* Move the extended inquiry response creation into the SDP codeMarcel Holtmann2007-08-241-12/+3
* Update service classes on all adaptersMarcel Holtmann2007-08-231-0/+11
* Add initial steps for generic device handlingMarcel Holtmann2007-08-171-0/+88
* Rename device helpers to adapter helpersMarcel Holtmann2007-08-161-5/+5
* Only set extended inquiry data when simple pairing is activatedMarcel Holtmann2007-08-081-35/+106
* Handle missing event mask bitsMarcel Holtmann2007-06-221-0/+6
* Add setting of event maskMarcel Holtmann2007-06-151-0/+15
* Added device class trackingClaudio Takahasi2007-05-231-3/+24
* More glib memory allocation changesJohan Hedberg2007-02-261-1/+0
* Return correct version string for Bluetooth 2.1Marcel Holtmann2007-02-131-1/+1
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Add inquiry with RSSI for a Silicon Wave chipMarcel Holtmann2006-10-271-0/+4
* Set name field for extended inquiry responseMarcel Holtmann2006-09-201-0/+26
* close the socket before returnClaudio Takahasi2006-09-191-3/+9
* Store errno so it does not get changed before we use itUlisses Furquim2006-09-051-4/+8
* fix adding and setting up devicesJohan Hedberg2006-08-221-20/+30
* Fix accessing free'd memoryJohan Hedberg2006-08-181-29/+20
* Fixed adding/initializing devicesUlisses Furquim2006-08-181-20/+29
* Fixed SetMode when the adapter is DOWNClaudio Takahasi2006-08-181-1/+1
* Don't change inquiry mode for Bluetooth 1.1 adaptersMarcel Holtmann2006-07-281-0/+6
* Make use of create_name()Marcel Holtmann2006-07-261-2/+2
* Add Inquiry Result with RSSI support for Kensington dongleMarcel Holtmann2006-07-141-0/+2
* Add Inquiry Result with RSSI support for another Broadcom dongleMarcel Holtmann2006-07-041-3/+6
* Include sys/param.h for PATH_MAX when cross-compilingMarcel Holtmann2006-06-271-0/+1
* Add another Inquiry with RSSI quirkMarcel Holtmann2006-06-261-4/+8
* Ignore devices in raw modeMarcel Holtmann2006-06-171-1/+13
* Remove inquiry mode settingMarcel Holtmann2006-06-171-0/+32
* More use of the generic logging functionsMarcel Holtmann2006-03-091-33/+12
* Add skeleton for encryption key size functionMarcel Holtmann2006-02-241-0/+18
* The HCI revision is a 16-bit valueMarcel Holtmann2006-02-231-1/+1
* Add revision information for Broadcom chipsMarcel Holtmann2006-02-231-0/+7
* Improve revision command and address handlingMarcel Holtmann2006-02-121-2/+75
* Implement local device name and remote alias functionsMarcel Holtmann2006-02-111-0/+96
* Add basic device functionsMarcel Holtmann2006-02-111-0/+267