summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-22Bluetooth: Remove magic numbers from le scan cmdAndrei Emeltchenko1-2/+10
2011-12-20Bluetooth: Clean up magic pointersAndrei Emeltchenko1-4/+4
2011-12-20Bluetooth: Check for flow control modeAndrei Emeltchenko1-0/+5
2011-12-20Bluetooth: Split ctrl init to BREDR and AMP partsAndrei Emeltchenko1-0/+3
2011-12-19Bluetooth: Simplify num_comp_pkts_evt functionAndrei Emeltchenko1-18/+29
2011-12-19Bluetooth: Add HCI Read Data Block Size functionAndrei Emeltchenko1-0/+26
2011-12-18Bluetooth: convert tx_task to workqueueGustavo F. Padovan1-5/+1
2011-12-18Bluetooth: Move command task to workqueueGustavo F. Padovan1-2/+2
2011-12-18Bluetooth: Don't disable tasklets to call hdev->notify()Gustavo F. Padovan1-8/+2
2011-12-18Bluetooth: Use delayed work for advertisiment cache timeoutGustavo F. Padovan1-2/+4
2011-12-03Bluetooth: trivial: correct check for LMP versionAndrei Emeltchenko1-1/+1
2011-12-03Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko1-3/+3
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan1-1/+1
2011-12-03Bluetooth: Correct version check in hci_setupAndrei Emeltchenko1-1/+1
2011-12-02Bluetooth: LE Set Scan Parameter CommandAndre Guedes1-0/+10
2011-12-02Bluetooth: Add dev_flags to struct hci_devAndre Guedes1-0/+6
2011-12-02Bluetooth: Add HCI Read Flow Control Mode functionAndrei Emeltchenko1-0/+19
2011-12-01Bluetooth: Add HCI User Passkey Req Evt handlingBrian Gix1-0/+58
2011-11-16Bluetooth: mgmt_stop_discovery_failed()Andre Guedes1-1/+5
2011-11-16Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes1-1/+1
2011-11-11Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg1-13/+13
2011-11-10Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg1-9/+12
2011-11-09Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg1-5/+40
2011-11-09Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg1-32/+31
2011-11-08Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg1-9/+11
2011-11-08Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg1-3/+6
2011-11-08Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg1-0/+5
2011-11-08Bluetooth: Periodic Inquiry and DiscoveryAndre Guedes1-32/+11
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko1-2/+2
2011-11-07Bluetooth: Clean up logic in hci_cc_write_scan_enableJohan Hedberg1-19/+21
2011-11-07Bluetooth: Fix command complete/status for discovery commandsJohan Hedberg1-0/+2
2011-10-14Bluetooth: AMP: read local amp info HCI commandAndrei Emeltchenko1-0/+28
2011-10-11Bluetooth: Fix permission of enable_le paramGustavo F. Padovan1-1/+1
2011-09-29Bluetooth: hci_le_adv_report_evt code refactoringAndre Guedes1-8/+6
2011-09-29Bluetooth: Fix possible NULL pointer dereferenceWaldemar Rymarkiewicz1-1/+5
2011-09-21Bluetooth: Reduce critical region.Andre Guedes1-4/+3
2011-09-21Bluetooth: Require authentication if MITM protection is requestedVinicius Costa Gomes1-2/+3
2011-09-21Bluetooth: Add link_type information to the mgmt Connected eventVinicius Costa Gomes1-2/+2
2011-09-15Bluetooth: Fix timeout on scanning for the second timeOliver Neukum1-9/+8
2011-07-09Bluetooth: Add support for storing the key sizeVinicius Costa Gomes1-0/+1
2011-07-09Bluetooth: Reject an encryption request when the key isn't foundVinicius Costa Gomes1-2/+16
2011-07-07Bluetooth: Add enable_le module parameterAndre Guedes1-0/+22
2011-07-07Bluetooth: Write LE Host Supported commandAndre Guedes1-0/+19
2011-07-07Bluetooth: Add extfeatures to struct hci_devAndre Guedes1-0/+27
2011-06-13Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes1-0/+1
2011-06-13Bluetooth: Fix initial security level of LE linksVinicius Costa Gomes1-0/+1
2011-06-13Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes1-0/+67
2011-06-09Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-8/+10
2011-06-09Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devicesVille Tervo1-8/+10
2011-06-08Bluetooth: Add 'dst_type' field to struct hci_connAndre Guedes1-2/+6