summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-13Bluetooth: Rename mgmt connected events to match user spaceJohan Hedberg1-3/+3
2012-02-13Bluetooth: Fix clearing persistent flagsJohan Hedberg1-2/+2
2012-02-13Bluetooth: Report LE devicesAndre Guedes1-0/+5
2012-02-13Bluetooth: Add 'eir_len' param to mgmt_device_found()Andre Guedes1-4/+6
2012-02-13Bluetooth: Fix resetting HCI_MGMT flagJohan Hedberg1-1/+2
2012-02-13Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flagsJohan Hedberg1-22/+22
2012-02-13Bluetooth: Process num completed data blocks eventAndrei Emeltchenko1-0/+54
2012-02-13Bluetooth: Add name resolving support for mgmt based discoveryJohan Hedberg1-4/+77
2012-02-13Bluetooth: Add discovery state trackingJohan Hedberg1-3/+3
2012-02-13Bluetooth: Return updated name state with hci_inquiry_cache_updateJohan Hedberg1-7/+14
2012-02-13Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg1-8/+43
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-9/+13
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-41/+86
2012-01-03Bluetooth: Correct packet len calculationAndrei Emeltchenko1-5/+4
2012-01-02Bluetooth: Queue adv_work on system workqueueAndre Guedes1-2/+1
2012-01-02Bluetooth: Fix adv_work delayAndre Guedes1-2/+1
2012-01-02Bluetooth: Fix hci_cc_read_local_ext_features()Andre Guedes1-1/+8
2012-01-02Bluetooth: Rename extfeaturesAndre Guedes1-1/+1