aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-01-27Bluetooth: flushable packet supports headersAndrei Emeltchenko
2011-01-25mgmt: Add set_io_capability commandJohan Hedberg
2011-01-24mgmt: Add PIN Code request handlingJohan Hedberg
2011-01-21mgmt: add support for get_connections commandJohan Hedberg
2011-01-21mgmt: add support for connect failed eventJohan Hedberg
2011-01-21Add support for disconnect management commandJohan Hedberg
2011-01-21mgmt: Add support for connected/disconnected eventsJohan Hedberg
2011-01-21mgmt: add initial support for link key handlingJohan Hedberg
2011-01-16Update Class of Device handling to the latest management interfaceJohan Hedberg
2011-01-03mgmt: Add preliminary UUID handlingJohan Hedberg
2010-12-30mgmt: Implement set_pairableJohan Hedberg
2010-12-30mgmt: Use a common structure for powered, discoverable and connectableJohan Hedberg
2010-12-30mgmt: Implement set_connectableJohan Hedberg
2010-12-30mgmt: Implement set_discoverableJohan Hedberg
2010-12-30mgmt: Implement set_poweredJohan Hedberg
2010-12-23Change power_on & power_off adapter_ops callbacks to set_poweredJohan Hedberg
2010-12-21Coding style fixes for lib and toolsMichal Labedzki
2010-12-20Add initial code for mgmtops adapter power controlJohan Hedberg
2010-12-16Implement support for management powered eventJohan Hedberg
2010-12-12Merge read_mode management command into read_infoJohan Hedberg
2010-11-21Make LE_LINK define private to hcitool.c for nowJohan Hedberg
2010-11-11Print LE link type on hcitoolSheldon Demario
2010-11-08mgmtops: add version information to read_info responseJohan Hedberg
2010-11-07Fix Managment API names to be consistent with the kernelJohan Hedberg
2010-11-07mgmtops: add parsing of cmd_status and controller_error eventsJohan Hedberg
2010-11-07mgmtops: add events for controller removal and additionJohan Hedberg
2010-11-04Add support for reading controller mode in mgmtopsJohan Hedberg
2010-11-02Fix bdaddr naming consistencyJohan Hedberg
2010-11-01Add more management API structs into mgmt.hJohan Hedberg
2010-11-01Remove unnecessary status parameter from mgmt version responseJohan Hedberg
2010-11-01Add support for getting the controller index listJohan Hedberg
2010-11-01Change hci_mgmt_ prefix to simply mgmt_Johan Hedberg
2010-11-01Add some missing management struct definitionsJohan Hedberg
2010-10-27Add initial definitions for the Bluetooth Management interfaceJohan Hedberg
2010-10-05Use LMP_HOST prefix for the extended featuresMarcel Holtmann
2010-10-04Add extended feature mask constants definitionClaudio Takahasi
2010-10-04Set the LE host supported and disable simultaneous LE and BR/EDR flagsClaudio Takahasi
2010-10-04Remove RSSI field from the advertising report eventClaudio Takahasi
2010-10-04Update list of company identifiersMarcel Holtmann
2010-08-18Add STANDARD and INTERLACED page scan definitionsDmitriy Paliy
2010-08-17HCI events related to AMP functionalityInga Stotland
2010-08-17HCI commands related to AMP functionalityInga Stotland
2010-08-09Add Generic Access Profile UUID definitionClaudio Takahasi
2010-08-09Add host/little endian/host conversion functions for uint128_t valuesClaudio Takahasi
2010-08-09Add GATT SDP record for sdptoolClaudio Takahasi
2010-08-09Change controller type to be either BR/EDR or AMPMarcel Holtmann
2010-07-12Add handle and timeout parameters to hci_le_create_connVinicius Costa Gomes
2010-07-12Fix naming inconsistency for LTK Reply commandVinicius Costa Gomes
2010-07-12Fix a inconsistency in OCF_SET_LE_EVENT_MASKVinicius Costa Gomes
2010-07-08Add the hci_le_create_conn command to libbluetoothVinicius Costa Gomes