summaryrefslogtreecommitdiff
path: root/lib/hci.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add version information for Bluetooth 4.1Marcel Holtmann2013-12-101-0/+1
* lib: Add special functions for PAL version mappingMarcel Holtmann2013-10-071-0/+15
* lib: Use SOCK_CLOEXEC where neededCristian Rodríguez2012-12-241-4/+4
* 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
* lib: Fix tab misuseAnderson Lizardo2012-05-101-1/+1
* lib: Fix using old-style initializersVinicius Costa Gomes2012-02-141-2/+2
* Use HCI_MAX_EIR_LENGTH instead of hard-coded valueBruna Moreira2011-04-271-2/+2
* Adjust LE command timeout and APIMarco Sinigaglia2011-03-101-6/+6
* hcitool: Add command to clear LE White ListArun Kumar Singh2011-03-011-0/+22
* hcitool: Add command to read size of LE White ListArun Kumar Singh2011-03-011-0/+27
* hcitool: Add command to remove a device from LE white listArun Kumar Singh2011-03-011-0/+29
* hcitool: Add command to add a device to LE White ListArun Kumar Singh2011-03-011-0/+29
* Add hci utility function to change LE connection parametersClaudio Takahasi2011-02-231-0/+37
* Coding style fixes for lib and toolsMichal Labedzki2010-12-211-21/+44
* Change controller type to be either BR/EDR or AMPMarcel Holtmann2010-08-091-2/+2
* Add handle and timeout parameters to hci_le_create_connVinicius Costa Gomes2010-07-121-2/+6
* Add the hci_le_create_conn command to libbluetoothVinicius Costa Gomes2010-07-081-0/+45
* Add support for LE Events to libbluetoothVinicius Costa Gomes2010-07-081-0/+13
* Add proper LE_ prefix to some HCI constantsMarcel Holtmann2010-07-081-3/+3
* Fix some of the LE OGF and OCF constant namesMarcel Holtmann2010-07-081-6/+6
* Add enough LE commands to start LE ScanVinicius Costa Gomes2010-07-061-0/+91
* Remove extra spaces at end of line in lib dirJose Antonio Santos Cadenas2010-05-071-5/+5
* Fix accidental hci_read_inquiry_transmit_power_level symbol breakageMarcel Holtmann2010-02-131-0/+5
* Add helper functions for controller type string conversionMarcel Holtmann2010-02-131-2/+19
* Fix another fallout from Inquiry Response Transmit Power Level typoMarcel Holtmann2010-02-051-4/+4
* Fix my stupid typo with Read Inquiry Response Transmit Power LevelMarcel Holtmann2010-02-051-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Add command values from Bluetooth 4.0 specificationMarcel Holtmann2009-12-171-4/+40
* Add LMP features for Low Energy supportMarcel Holtmann2009-12-171-3/+3
* Add version value for Bluetooth 4.0Marcel Holtmann2009-12-171-0/+1
* Add missing command values from Bluetooth 3.0 specificationMarcel Holtmann2009-10-071-0/+36
* Add value for Read Encryption Key Size command constantMarcel Holtmann2009-10-071-1/+1
* Add feature definition for Enhanced Power ControlMarcel Holtmann2009-10-071-1/+1
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-3/+3
* Add version value for Bluetooth 3.0Marcel Holtmann2009-04-211-0/+1
* Fix signed/unsigned integer comparisonMarcel Holtmann2009-01-291-2/+4
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Use different variables for option and read buffer lengthsMarcel Holtmann2008-12-231-3/+4
* Handle specific NULL pointer cases for features requestsMarcel Holtmann2008-09-291-8/+24
* Remove unused HCI definitionsMarcel Holtmann2008-08-061-1/+0
* Remove deprecated hci_local_name and hci_remote_name functionsMarcel Holtmann2008-08-061-10/+0
* Move library source to lib directoryMarcel Holtmann2008-07-261-0/+2489