aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-08Bluetooth: Refactor hci_auth_complete_evt functionWaldemar Rymarkiewicz1-42/+41
2011-06-08Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz1-2/+10
2011-06-08Bluetooth: Advertising entries lifetimeAndre Guedes1-1/+5
2011-06-08Bluetooth: Clear advertising cache before scanningAndre Guedes1-0/+27
2011-06-08Bluetooth: Add Advertising Report Meta Event handlerAndre Guedes1-0/+25
2011-05-11Bluetooth: Add support for sending connection events for LE linksVinicius Costa Gomes1-1/+4
2011-04-28Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evtJohan Hedberg1-1/+2
2011-04-28Bluetooth: Fix link key persistent storage criteriaJohan Hedberg1-1/+1
2011-04-28Bluetooth: Fix logic in hci_pin_code_request_evtJohan Hedberg1-2/+1
2011-04-28Bluetooth: Fix reason code for pairing rejectionJohan Hedberg1-1/+1
2011-04-28Bluetooth: Add confirm_hint parameter to user confirmation requestsJohan Hedberg1-2/+14
2011-04-28Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requestsJohan Hedberg1-2/+16
2011-04-28Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg1-1/+9
2011-04-28Bluetooth: Add automated SSP user confirmation responsesJohan Hedberg1-2/+35
2011-04-28Bluetooth: Add secure flag for mgmt_pin_code_reqWaldemar Rymarkiewicz1-2/+10
2011-04-28Bluetooth: Respect local MITM req in io_cap replyWaldemar Rymarkiewicz1-1/+1
2011-04-28Bluetooth: Ignore key unauthenticated for high securityWaldemar Rymarkiewicz1-4/+16
2011-04-28Bluetooth: Map sec_level to link key requirementsWaldemar Rymarkiewicz1-0/+4
2011-04-28Bluetooth: Don't modify sec_level if auth failedWaldemar Rymarkiewicz1-1/+0
2011-04-28Bluetooth: Add definitions for link key typesWaldemar Rymarkiewicz1-3/+4
2011-04-28Bluetooth: Add discovering event to the Management interfaceJohan Hedberg1-6/+34
2011-04-20Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-2/+0
2011-04-18Bluetooth: Fix refcount balance for hci connectionVille Tervo1-2/+0
2011-04-13Bluetooth: Fix Out Of Band pairing when mgmt interface is disabledSzymon Janc1-0/+4
2011-04-04Bluetooth: Add mgmt_remote_name eventJohan Hedberg1-0/+3
2011-04-04Bluetooth: Add mgmt_device_found eventJohan Hedberg1-8/+14
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-1/+3
2011-03-31Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan1-1/+3
2011-03-31Bluetooth: Enable support for out of band association modelSzymon Janc1-1/+6
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc1-0/+35
2011-03-31Bluetooth: Add read_local_oob_data management commandSzymon Janc1-0/+15
2011-03-31Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg1-3/+6
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg1-2/+2
2011-03-24Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan1-1/+3
2011-02-21Bluetooth: Add mgmt_auth_failed eventJohan Hedberg1-3/+16
2011-02-21Bluetooth: Add management support for user confirmation requestJohan Hedberg1-0/+50
2011-02-17Bluetooth: Fix some code style issues in hci_event.cSzymon Janc1-8/+10
2011-02-17Bluetooth: Clean up hci_sniff_subrate_evt functionSzymon Janc1-9/+0
2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo1-0/+6
2011-02-16Bluetooth: Add server socket support for LE connectionVille Tervo1-2/+8
2011-02-16Bluetooth: Use LE buffers for LE trafficVille Tervo1-0/+33
2011-02-16Bluetooth: Add LE connect supportVille Tervo1-0/+93
2011-02-08Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko1-8/+14
2011-02-08Bluetooth: Add set_io_capability management commandJohan Hedberg1-2/+28