aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+26
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes1-1/+2
2011-07-08Bluetooth: Remove unused field in hci_connVinicius Costa Gomes1-1/+0
2011-07-08Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes1-0/+5
2011-07-08Bluetooth: Add new structures for supporting SM key distributionVinicius Costa Gomes1-0/+16
2011-07-06Bluetooth: Add lmp_host_le_capable() macroAndre Guedes1-0/+3
2011-07-06Bluetooth: Add extfeatures to struct hci_devAndre Guedes1-0/+1
2011-07-01Bluetooth: Clean up unused struct hci_conn itemsGustavo F. Padovan1-2/+0
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-13/+55
2011-06-16Bluetooth: Move blacklisting functions to hci_coreAntti Julku1-0/+2
2011-06-13Bluetooth: Update the security level when link is encryptedVinicius Costa Gomes1-0/+3
2011-06-13Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes1-0/+6
2011-06-13Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes1-0/+2
2011-06-09Bluetooth: Clean up some code style issuesWaldemar Rymarkiewicz1-13/+25
2011-06-08Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh1-1/+1
2011-06-08Bluetooth: Add 'dst_type' field to struct hci_connAndre Guedes1-0/+1
2011-06-08Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz1-0/+1
2011-06-08Bluetooth: Advertising entries lifetimeAndre Guedes1-0/+2
2011-06-08Bluetooth: LE advertising cacheAndre Guedes1-0/+13
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-11Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz1-0/+1
2011-04-28Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg1-1/+1
2011-04-28Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg1-1/+1
2011-04-28Bluetooth: Fix link key persistent storage criteriaJohan Hedberg1-2/+2
2011-04-28Bluetooth: Add confirm_hint parameter to user confirmation requestsJohan Hedberg1-1/+2
2011-04-28Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg1-0/+3
2011-04-28Bluetooth: Add secure flag for mgmt_pin_code_reqWaldemar Rymarkiewicz1-1/+1
2011-04-28Bluetooth: Map sec_level to link key requirementsWaldemar Rymarkiewicz1-0/+1
2011-04-28Bluetooth: Add discovering event to the Management interfaceJohan Hedberg1-0/+1
2011-04-04Bluetooth: Add mgmt_remote_name eventJohan Hedberg1-0/+1
2011-04-04Bluetooth: Add mgmt_device_found eventJohan Hedberg1-0/+2
2011-03-31Bluetooth: Add local Extended Inquiry Response (EIR) supportJohan Hedberg1-0/+1
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc1-0/+16
2011-03-31Bluetooth: Add read_local_oob_data management commandSzymon Janc1-0/+2
2011-03-31Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg1-0/+1
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg1-1/+1
2011-02-21Bluetooth: Add mgmt_auth_failed eventJohan Hedberg1-0/+1
2011-02-21Bluetooth: Add management support for user confirmation requestJohan Hedberg1-0/+4
2011-02-21Bluetooth: Add mgmt_pair_device commandJohan Hedberg1-0/+16
2011-02-17Bluetooth: Fix some code style issues in hci_core.hSzymon Janc1-29/+29
2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi1-0/+2
2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo1-1/+1
2011-02-16Bluetooth: Use LE buffers for LE trafficVille Tervo1-0/+5
2011-02-16Bluetooth: Add LE connect supportVille Tervo1-4/+21
2011-02-08Bluetooth: Add set_io_capability management commandJohan Hedberg1-0/+2
2011-02-08Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg1-0/+4
2011-02-08Bluetooth: Add support for connect failed management eventJohan Hedberg1-0/+1
2011-02-08Bluetooth: Add disconnect managment commandJohan Hedberg1-0/+1
2011-02-08Bluetooth: Add connected/disconnected management eventsJohan Hedberg1-0/+2
2011-02-08Bluetooth: Implement link key handling for the management interfaceJohan Hedberg1-0/+17