summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-20Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg1-0/+1
2012-04-16Bluetooth: Temporary keys should be retained during connectionVishal Agarwal1-0/+1
2012-04-16Bluetooth: hci_persistent_key should return boolVishal Agarwal1-1/+1
2012-03-28Bluetooth: Check for minimum data length in eir_has_data_type()Johan Hedberg1-0/+3
2012-03-28Bluetooth: Don't increment twice in eir_has_data_type()Johan Hedberg1-4/+3
2012-03-28Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bitHemant Gupta1-1/+1
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-34/+33
2012-03-07Bluetooth: Fix coding style in all .h filesGustavo F. Padovan1-5/+5
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg1-4/+0
2012-02-24Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg1-2/+2
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg1-2/+3
2012-02-23Bluetooth: Add hdev->short_name for EIR generationJohan Hedberg1-0/+3
2012-02-23Bluetooth: Send management event for class of device changesMarcel Holtmann1-0/+2
2012-02-23Bluetooth: mgmt: Implement Set LE commandJohan Hedberg1-0/+1
2012-02-23Bluetooth: mgmt: Make Set SSP command callable while powered offJohan Hedberg1-1/+1
2012-02-21Bluetooth: Add support for HCI monitor channelMarcel Holtmann1-0/+1
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann1-5/+2
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann1-2/+2
2012-02-19Bluetooth: Interleaved discovery supportAndre Guedes1-0/+2
2012-02-19Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes1-2/+1
2012-02-19Bluetooth: Track discovery typeAndre Guedes1-0/+1
2012-02-19Bluetooth: Prepare start_discoveryAndre Guedes1-0/+12
2012-02-17Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg1-0/+1
2012-02-17Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg1-0/+1
2012-02-13Bluetooth: Introduce to_hci_connDavid Herrmann1-0/+1
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann1-1/+10
2012-02-13Bluetooth: Introduce to_hci_dev()David Herrmann1-0/+2
2012-02-13Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg1-1/+2
2012-02-13Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg1-4/+4
2012-02-13Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg1-8/+10
2012-02-13Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg1-1/+2
2012-02-13Bluetooth: Add hci_le_scan()Andre Guedes1-0/+6
2012-02-13Bluetooth: Add hci_do_le_scan()Andre Guedes1-0/+8
2012-02-13Bluetooth: LE scan should send Discovering eventsAndre Guedes1-0/+1
2012-02-13Bluetooth: Clean up structures left unusedVinicius Costa Gomes1-16/+0
2012-02-13Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes1-0/+2
2012-02-13Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes1-5/+6
2012-02-13Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes1-0/+16
2012-02-13Bluetooth: Fix potential deadlockAndre Guedes1-2/+2
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg1-0/+7
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg1-1/+0
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg1-3/+3
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg1-2/+5
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg1-1/+1
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg1-3/+3
2012-02-13Bluetooth: Merge device class into the EIR data in mgmt_ev_device_foundJohan Hedberg1-0/+11
2012-02-13Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg1-0/+25
2012-02-13Bluetooth: Add eir_len parameter to mgmt_ev_device_foundJohan Hedberg1-1/+1
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg1-3/+3
2012-02-13Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes1-1/+1