summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix C++ style commentsSzymon Janc2011-05-102-38/+41
* Add secure param to mgmt_ev_pin_code_requestWaldemar Rymarkiewicz2011-04-281-0/+1
* Add support for store_hint in mgmt_ev_new_keyJohan Hedberg2011-04-281-0/+1
* Remove unused old_key_type from mgmt_ev_new_keyJohan Hedberg2011-04-281-1/+0
* mgmtops: Add support for confirm_hint in mgmt_ev_user_confirm_requestJohan Hedberg2011-04-281-0/+1
* Use HCI_MAX_EIR_LENGTH instead of hard-coded valueBruna Moreira2011-04-271-2/+2
* mgmt: Add support for discovering eventJohan Hedberg2011-03-311-0/+2
* mgmt: Add support for start_discovery & stop_discoveryJohan Hedberg2011-03-311-0/+4
* mgmt: Add support for remote_name eventJohan Hedberg2011-03-301-0/+6
* Add MGMT_MAX_NAME_LENGTH define to mgmt.hJohan Hedberg2011-03-301-3/+7
* Add HCI_MAX_NAME_LENGTH define to hci.hJohan Hedberg2011-03-301-5/+7
* mgmt: Add support for device_found eventJohan Hedberg2011-03-301-0/+8
* Add HCI_MAX_EIR_LENGTH defineJohan Hedberg2011-03-301-3/+5
* Add support for Out of Band (OOB) association model in mgmtopsSzymon Janc2011-03-271-0/+18
* mgmt: Implement adapter name controlJohan Hedberg2011-03-151-0/+10
* mgmt: Add adapter name to read_info responseJohan Hedberg2011-03-151-0/+1
* Make strtoba use str2ba for string conversionSzymon Janc2011-03-151-12/+6
* Fix str2ba behaviour on malformed bt addressSzymon Janc2011-03-151-8/+8
* Simplify ba2str functionSzymon Janc2011-03-151-4/+1
* Simplify ba2oui functionSzymon Janc2011-03-151-5/+1
* Add more functions for new UUID handlingElvis Pfützenreuter2011-03-155-50/+207
* Add new UUID utility functionsClaudio Takahasi2011-03-152-0/+190
* Adjust LE command timeout and APIMarco Sinigaglia2011-03-102-9/+9
* 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