summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)Author
2013-06-20Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg
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
2012-02-19Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes
2012-02-19Bluetooth: Track discovery typeAndre Guedes
2012-02-19Bluetooth: Prepare start_discoveryAndre Guedes
2012-02-17Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg
2012-02-17Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg
2012-02-13Bluetooth: Introduce to_hci_connDavid Herrmann
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann
2012-02-13Bluetooth: Introduce to_hci_dev()David Herrmann
2012-02-13Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg
2012-02-13Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg
2012-02-13Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg
2012-02-13Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg
2012-02-13Bluetooth: Add hci_le_scan()Andre Guedes
2012-02-13Bluetooth: Add hci_do_le_scan()Andre Guedes
2012-02-13Bluetooth: LE scan should send Discovering eventsAndre Guedes
2012-02-13Bluetooth: Clean up structures left unusedVinicius Costa Gomes
2012-02-13Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes
2012-02-13Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes
2012-02-13Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes
2012-02-13Bluetooth: Fix potential deadlockAndre Guedes
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg
2012-02-13Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg
2012-02-13Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg
2012-02-13Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg
2012-02-13Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes