summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)Author
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg
2012-09-08Bluetooth: debug: Print refcnt for hci_devAndrei Emeltchenko
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko
2012-08-21Bluetooth: mgmt: Add device disconnect reasonMikel Astiz
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko
2012-08-06Bluetooth: debug: Fix printing refcnt for hci_connAndrei Emeltchenko
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko
2012-08-06Bluetooth: Remove missing codeAndre Guedes
2012-06-30Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko
2012-06-12Bluetooth: Update HCI timeouts constants to use msecs_to_jiffiesAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Discover RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Fix coding style in include/net/bluetoothGustavo Padovan
2012-06-05Bluetooth: Use defined link key sizeAndrei Emeltchenko
2012-05-16Bluetooth: Fix EIR data generation for mgmt_device_foundVishal Agarwal
2012-05-09Bluetooth: Remove unused hci_le_ltk_neg_reply()Syam Sidhardhan
2012-05-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan
2012-05-09Bluetooth: Remove advertising cacheAndre Guedes
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes
2012-05-09Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes
2012-05-09Bluetooth: Move address type macros to bluetooth.hAndre Guedes
2012-05-09Bluetooth: remove header declared but not definedSyam Sidhardhan
2012-05-09Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes
2012-05-09Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes
2012-05-09Bluetooth: Handle EIR tags for Device IDMarcel Holtmann
2012-05-09Bluetooth: Add TX power tag to EIR dataMarcel Holtmann
2012-05-09Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann
2012-05-09Bluetooth: Correct type for ediv to __le16Andrei Emeltchenko
2012-05-09Bluetooth: Correct type for hdev lmp_subverAndrei Emeltchenko
2012-04-16Bluetooth: Temporary keys should be retained during connectionVishal Agarwal
2012-04-16Bluetooth: hci_persistent_key should return boolVishal Agarwal
2012-03-28Bluetooth: Check for minimum data length in eir_has_data_type()Johan Hedberg
2012-03-28Bluetooth: Don't increment twice in eir_has_data_type()Johan Hedberg
2012-03-28Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bitHemant Gupta
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan
2012-03-07Bluetooth: Fix coding style in all .h filesGustavo F. Padovan
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg
2012-02-23Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg
2012-02-23Bluetooth: Add hdev->short_name for EIR generationJohan Hedberg
2012-02-23Bluetooth: Send management event for class of device changesMarcel Holtmann
2012-02-23Bluetooth: mgmt: Implement Set LE commandJohan Hedberg
2012-02-23Bluetooth: mgmt: Make Set SSP command callable while powered offJohan Hedberg
2012-02-20Bluetooth: Add support for HCI monitor channelMarcel Holtmann
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann
2012-02-19Bluetooth: Interleaved discovery supportAndre Guedes