aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-0/+3
2012-04-24Bluetooth: Fix missing break in hci_cmd_complete_evtSzymon Janc1-0/+1
2012-04-16Bluetooth: Temporary keys should be retained during connectionVishal Agarwal1-0/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-57/+53
2012-03-03Bluetooth: mgmt: Fix updating local name when powering onJohan Hedberg1-8/+0
2012-03-02Bluetooth: Fix clearing of HCI_PENDING_CLASS flagJohan Hedberg1-1/+1
2012-03-01Bluetooth: Fix coding style with breaking linesGustavo F. Padovan1-1/+2
2012-02-29Bluetooth: Use NULL instead of integer for mgmt_device_connected paramSzymon Janc1-1/+1
2012-02-28Bluetooth: Use LMP_HOST_SSP define instead of magic valuesJohan Hedberg1-3/+3
2012-02-28Bluetooth: Remove redundant read_host_features commandsJohan Hedberg1-25/+34
2012-02-24Bluetooth: Fix init request completion with AMP controllersAndrei Emeltchenko1-1/+4
2012-02-24Bluetooth: Fix init request completion with old controllersJohan Hedberg1-0/+2
2012-02-23Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg1-4/+4
2012-02-23Bluetooth: Set DISCOVERY_STOPPED if controller resetsAndre Guedes1-0/+2
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg1-12/+14
2012-02-23Bluetooth: mgmt: Allow local name changes while powered offJohan Hedberg1-3/+10
2012-02-23Bluetooth: Fix read_name updating when HCI_SETUP is not setJohan Hedberg1-1/+2
2012-02-23Bluetooth: Send management event for class of device changesMarcel Holtmann1-4/+9
2012-02-23Bluetooth: mgmt: Fix updating EIR when updating the nameJohan Hedberg1-3/+3
2012-02-23Bluetooth: mgmt: Implement Set LE commandJohan Hedberg1-1/+6
2012-02-23Bluetooth: Explicitly clear EIR data upon hci_dev setupJohan Hedberg1-4/+13
2012-02-23Bluetooth: mgmt: Make Set SSP command callable while powered offJohan Hedberg1-11/+9
2012-02-23Bluetooth: Remove unneeded hci_cc_read_ssp_mode functionJohan Hedberg1-19/+0
2012-02-23Bluetooth: mgmt: Make Set Link Security callable while powered offJohan Hedberg1-0/+6
2012-02-21Bluetooth: Fix clearing of persistent dev_flagsJohan Hedberg1-3/+2
2012-02-20Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann1-5/+0
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann1-29/+0
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann1-1/+1
2012-02-19Bluetooth: Interleaved discovery supportAndre Guedes1-4/+9
2012-02-19Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes1-3/+3
2012-02-17Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg1-1/+5
2012-02-17Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg1-0/+3
2012-02-13Bluetooth: Add address type to mgmt_ev_auth_failedJohan Hedberg1-2/+4
2012-02-13Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg1-6/+8
2012-02-13Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg1-3/+25
2012-02-13Bluetooth: MGMT start discovery LE-Only supportAndre Guedes1-1/+12
2012-02-13Bluetooth: Add hci_do_le_scan()Andre Guedes1-3/+10
2012-02-13Bluetooth: LE scan should send Discovering eventsAndre Guedes1-0/+5
2012-02-13Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes1-2/+9
2012-02-13Bluetooth: Fix clearing of debug and linkkey flagsHemant Gupta1-1/+2
2012-02-13Bluetooth: Send correct response to IO Capability RequestHemant Gupta1-1/+4
2012-02-13Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg1-8/+4
2012-02-13Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg1-5/+12
2012-02-13Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg1-8/+13
2012-02-13Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg1-22/+56
2012-02-13Bluetooth: Convert hdev->out to a bool typeJohan Hedberg1-2/+2
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg1-18/+18
2012-02-13Bluetooth: Move eir_has_data_field to hci_core.hJohan Hedberg1-25/+0
2012-02-13Bluetooth: Rename eir_has_complete_name to eir_has_data_typeJohan Hedberg1-4/+5