summaryrefslogtreecommitdiff
path: root/lib/hci_lib.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 18 GPL-2.0-only : 1 License: GPL-2.0-or-later lib/sco.h lib/sdp.c lib/a2mp.h lib/uuid.h lib/bluetooth.h lib/hidp.h lib/rfcomm.h lib/hci.c lib/sdp.h lib/sdp_lib.h lib/bluetooth.c lib/mgmt.h lib/hci.h lib/uuid.c lib/l2cap.h lib/bnep.h lib/hci_lib.h lib/cmtp.h License: GPL-2.0-only lib/amp.h
* lib: Add definitions and functions for handling LE resolving listMarcel Holtmann2014-12-171-0/+6
|
* lib: Add function for reading remote LE featuresMarcel Holtmann2014-09-291-1/+2
|
* lib: Add special functions for PAL version mappingMarcel Holtmann2013-10-071-0/+2
|
* lib: Fix tab misuseAnderson Lizardo2012-05-101-1/+1
|
* Adjust LE command timeout and APIMarco Sinigaglia2011-03-101-3/+3
| | | | | | | The timeout value has been hardcoded on hci_send_req call and, instead, it should be passed from above (for ex from hci_le_set_scan_enable). This patch removes the hardcoded value from hci_send_req and it increases the timeout to 1000ms.
* hcitool: Add command to clear LE White ListArun Kumar Singh2011-03-011-0/+1
|
* hcitool: Add command to read size of LE White ListArun Kumar Singh2011-03-011-0/+1
|
* hcitool: Add command to remove a device from LE white listArun Kumar Singh2011-03-011-0/+1
|
* hcitool: Add command to add a device to LE White ListArun Kumar Singh2011-03-011-1/+1
|
* Add hci utility function to change LE connection parametersClaudio Takahasi2011-02-231-0/+4
|
* Add handle and timeout parameters to hci_le_create_connVinicius Costa Gomes2010-07-121-1/+2
| | | | | Now hci_le_create_conn is more consistent with hci_create_conn, both have a handle out parameter and a timeout.
* Add the hci_le_create_conn command to libbluetoothVinicius Costa Gomes2010-07-081-0/+6
| | | | | | This is the first step in the direction of communicating with a LE device. This creates a low level (Link Layer) connection to a connectable device.
* Add enough LE commands to start LE ScanVinicius Costa Gomes2010-07-061-0/+6
| | | | This adds commands to enable LE Scan and set its parameters.
* Fix accidental hci_read_inquiry_transmit_power_level symbol breakageMarcel Holtmann2010-02-131-0/+1
|
* Add helper functions for controller type string conversionMarcel Holtmann2010-02-131-0/+2
|
* Fix another fallout from Inquiry Response Transmit Power Level typoMarcel Holtmann2010-02-051-1/+1
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-0/+210