summaryrefslogtreecommitdiff
path: root/lib/hci.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-10lib: Fix tab misuseAnderson Lizardo1-1/+1
2012-02-14lib: Fix using old-style initializersVinicius Costa Gomes1-2/+2
2011-04-27Use HCI_MAX_EIR_LENGTH instead of hard-coded valueBruna Moreira1-2/+2
2011-03-10Adjust LE command timeout and APIMarco Sinigaglia1-6/+6
2011-03-01hcitool: Add command to clear LE White ListArun Kumar Singh1-0/+22
2011-03-01hcitool: Add command to read size of LE White ListArun Kumar Singh1-0/+27
2011-03-01hcitool: Add command to remove a device from LE white listArun Kumar Singh1-0/+29
2011-03-01hcitool: Add command to add a device to LE White ListArun Kumar Singh1-0/+29
2011-02-23Add hci utility function to change LE connection parametersClaudio Takahasi1-0/+37
2010-12-21Coding style fixes for lib and toolsMichal Labedzki1-21/+44
2010-08-09Change controller type to be either BR/EDR or AMPMarcel Holtmann1-2/+2
2010-07-12Add handle and timeout parameters to hci_le_create_connVinicius Costa Gomes1-2/+6
2010-07-08Add the hci_le_create_conn command to libbluetoothVinicius Costa Gomes1-0/+45
2010-07-08Add support for LE Events to libbluetoothVinicius Costa Gomes1-0/+13
2010-07-08Add proper LE_ prefix to some HCI constantsMarcel Holtmann1-3/+3
2010-07-08Fix some of the LE OGF and OCF constant namesMarcel Holtmann1-6/+6
2010-07-06Add enough LE commands to start LE ScanVinicius Costa Gomes1-0/+91
2010-05-07Remove extra spaces at end of line in lib dirJose Antonio Santos Cadenas1-5/+5
2010-02-13Fix accidental hci_read_inquiry_transmit_power_level symbol breakageMarcel Holtmann1-0/+5
2010-02-13Add helper functions for controller type string conversionMarcel Holtmann1-2/+19
2010-02-05Fix another fallout from Inquiry Response Transmit Power Level typoMarcel Holtmann1-4/+4
2010-02-05Fix my stupid typo with Read Inquiry Response Transmit Power LevelMarcel Holtmann1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Add command values from Bluetooth 4.0 specificationMarcel Holtmann1-4/+40
2009-12-17Add LMP features for Low Energy supportMarcel Holtmann1-3/+3
2009-12-17Add version value for Bluetooth 4.0Marcel Holtmann1-0/+1
2009-10-07Add missing command values from Bluetooth 3.0 specificationMarcel Holtmann1-0/+36
2009-10-07Add value for Read Encryption Key Size command constantMarcel Holtmann1-1/+1
2009-10-07Add feature definition for Enhanced Power ControlMarcel Holtmann1-1/+1
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann1-3/+3
2009-04-21Add version value for Bluetooth 3.0Marcel Holtmann1-0/+1
2009-01-29Fix signed/unsigned integer comparisonMarcel Holtmann1-2/+4
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-23Use different variables for option and read buffer lengthsMarcel Holtmann1-3/+4
2008-09-29Handle specific NULL pointer cases for features requestsMarcel Holtmann1-8/+24
2008-08-06Remove unused HCI definitionsMarcel Holtmann1-1/+0
2008-08-06Remove deprecated hci_local_name and hci_remote_name functionsMarcel Holtmann1-10/+0
2008-07-26Move library source to lib directoryMarcel Holtmann1-0/+2489