summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplify bachk functionSzymon Janc2011-03-041-15/+6
* hcitool: Add command to clear LE White ListArun Kumar Singh2011-03-012-0/+23
* hcitool: Add command to read size of LE White ListArun Kumar Singh2011-03-012-0/+28
* hcitool: Add command to remove a device from LE white listArun Kumar Singh2011-03-012-0/+30
* hcitool: Add command to add a device to LE White ListArun Kumar Singh2011-03-013-1/+36
* Move index to common header in management interfaceSzymon Janc2011-02-251-39/+4
* Add hci utility function to change LE connection parametersClaudio Takahasi2011-02-232-0/+41
* Fix sorting and style of SDP includesMarcel Holtmann2011-02-201-5/+5
* mgmt: Add support for auth_failed event and bonding_complete hooksJohan Hedberg2011-02-181-0/+7
* Use memcpy for network to host order function on BE hostsClaudio Takahasi2011-02-171-3/+1
* mgmt: Add User Confirmation request supportJohan Hedberg2011-02-161-0/+20
* Fix definition of ATT_UUID per BT Assigned NumbersBrian Gix2011-02-151-1/+1
* Add const modifier to avoid wrong usage of byte order functionsClaudio Takahasi2011-02-111-4/+4
* Fix wrong parameter order for memcpy in btoh128 functionClaudio Takahasi2011-02-111-1/+1
* mgmt: Add mgmt_pair_device commandJohan Hedberg2011-02-081-0/+12
* Bluetooth: flushable packet supports headersAndrei Emeltchenko2011-01-272-0/+6
* mgmt: Add set_io_capability commandJohan Hedberg2011-01-251-0/+6
* mgmt: Add PIN Code request handlingJohan Hedberg2011-01-241-0/+20
* mgmt: add support for get_connections commandJohan Hedberg2011-01-211-0/+10
* mgmt: add support for connect failed eventJohan Hedberg2011-01-211-0/+7
* Add support for disconnect management commandJohan Hedberg2011-01-211-0/+10
* mgmt: Add support for connected/disconnected eventsJohan Hedberg2011-01-211-0/+12
* mgmt: add initial support for link key handlingJohan Hedberg2011-01-211-0/+29
* Update Class of Device handling to the latest management interfaceJohan Hedberg2011-01-161-3/+20
* mgmt: Add preliminary UUID handlingJohan Hedberg2011-01-031-0/+9
* mgmt: Implement set_pairableJohan Hedberg2010-12-301-0/+4
* mgmt: Use a common structure for powered, discoverable and connectableJohan Hedberg2010-12-301-35/+4
* mgmt: Implement set_connectableJohan Hedberg2010-12-301-0/+17
* mgmt: Implement set_discoverableJohan Hedberg2010-12-301-0/+16
* mgmt: Implement set_poweredJohan Hedberg2010-12-301-0/+4
* Change power_on & power_off adapter_ops callbacks to set_poweredJohan Hedberg2010-12-231-9/+3
* Coding style fixes for lib and toolsMichal Labedzki2010-12-211-21/+44
* Add initial code for mgmtops adapter power controlJohan Hedberg2010-12-201-1/+11
* Implement support for management powered eventJohan Hedberg2010-12-161-0/+6
* Merge read_mode management command into read_infoJohan Hedberg2010-12-121-14/+5
* Make LE_LINK define private to hcitool.c for nowJohan Hedberg2010-11-211-1/+0
* Print LE link type on hcitoolSheldon Demario2010-11-111-0/+1
* mgmtops: add version information to read_info responseJohan Hedberg2010-11-081-0/+3
* Fix Managment API names to be consistent with the kernelJohan Hedberg2010-11-071-24/+12
* mgmtops: add parsing of cmd_status and controller_error eventsJohan Hedberg2010-11-071-0/+11
* mgmtops: add events for controller removal and additionJohan Hedberg2010-11-071-0/+12
* Add support for reading controller mode in mgmtopsJohan Hedberg2010-11-041-0/+13
* Fix bdaddr naming consistencyJohan Hedberg2010-11-021-1/+1
* Add more management API structs into mgmt.hJohan Hedberg2010-11-011-0/+17
* Remove unnecessary status parameter from mgmt version responseJohan Hedberg2010-11-011-2/+1
* Add support for getting the controller index listJohan Hedberg2010-11-011-0/+7
* Change hci_mgmt_ prefix to simply mgmt_Johan Hedberg2010-11-011-16/+16
* Add some missing management struct definitionsJohan Hedberg2010-11-011-0/+17
* Add initial definitions for the Bluetooth Management interfaceJohan Hedberg2010-10-272-0/+44
* Use LMP_HOST prefix for the extended featuresMarcel Holtmann2010-10-051-3/+1