aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2013-07-01Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections.Nick Pelly
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg
2013-04-23Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg
2013-04-18Bluetooth: Add LE scan type macrosAndre Guedes
2013-04-18Bluetooth: Change LE scanning timeout macrosAndre Guedes
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann
2013-03-18Bluetooth: Fix PIN/Confirm/Passkey response parametersJohan Hedberg
2013-03-18Bluetooth: Simplify address parameters of user_pairing_resp()Johan Hedberg
2013-03-18Bluetooth: Fix fast connectable state when enabling page scanJohan Hedberg
2013-03-18Bluetooth: Fix updating page scan parameters when not necessaryJohan Hedberg
2013-03-18Bluetooth: Disable fast connectable when disabling connectableJohan Hedberg
2013-03-18Bluetooth: Refactor fast connectable HCI commandsJohan Hedberg
2013-03-18Bluetooth: Add proper flag for fast connectable modeJohan Hedberg
2013-03-18Bluetooth: Fix error response for simultaneous fast connectable commandsJohan Hedberg
2013-03-18Bluetooth: Limit fast connectable support to >= 1.2 controllersJohan Hedberg
2013-03-18Bluetooth: Fix fast connectable response sendingJohan Hedberg
2013-03-18Bluetooth: Use an async request for mgmt_set_connectableJohan Hedberg
2013-03-18Bluetooth: Fix setting local name to the existing valueJohan Hedberg
2013-03-18Bluetooth: Fix local name setting for LE-only controllersJohan Hedberg
2013-03-18Bluetooth: Fix waiting for EIR update when setting local nameJohan Hedberg
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg
2013-03-18Bluetooth: Fix UUID/class mgmt command response synchronizationJohan Hedberg
2013-03-18Bluetooth: Fix busy condition testing for EIR and class updatesJohan Hedberg
2013-03-18Bluetooth: Wait for HCI command completion with mgmt_set_poweredJohan Hedberg
2013-03-18Bluetooth: Update mgmt powered HCI commands to use async requestsJohan Hedberg
2013-03-18Bluetooth: Move power on HCI command updates to their own functionJohan Hedberg
2013-02-01Bluetooth: Refactor mgmt_pending_foreachAndre Guedes
2013-02-01Bluetooth: Increment Management interface revisionJohan Hedberg
2013-02-01Bluetooth: Fix link security setting when powering onJohan Hedberg
2013-02-01Bluetooth: Add support for 128-bit UUIDs in EIR dataJohan Hedberg
2013-02-01Bluetooth: Add support for 32-bit UUIDs in EIR dataJohan Hedberg
2013-02-01Bluetooth: Refactor UUID-16 list generation into its own functionJohan Hedberg
2013-02-01Bluetooth: Remove useless eir_len variable from EIR creationJohan Hedberg
2013-02-01Bluetooth: Simplify UUID16 list generation for EIRJohan Hedberg
2013-02-01Bluetooth: Simplify UUID removal codeJohan Hedberg
2013-02-01Bluetooth: Keep track of UUID type upon additionJohan Hedberg
2013-02-01Bluetooth: Store UUIDs in the same order that they were addedJohan Hedberg
2013-01-23Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblockJohan Hedberg
2013-01-23Bluetooth: Fix returning proper cmd_complete for mgmt_disconnectJohan Hedberg
2013-01-23Bluetooth: Fix checking for valid disconnect parameters in unpair_deviceJohan Hedberg
2013-01-23Bluetooth: Fix checking for valid address type values in mgmt commandsJohan Hedberg
2013-01-23Bluetooth: Check for valid key->authenticated value for LTKsJohan Hedberg
2013-01-23Bluetooth: Refactor valid LTK data testing into its own functionJohan Hedberg
2013-01-23Bluetooth: Fix checking for proper key->master value in Load LTKsJohan Hedberg
2013-01-23Bluetooth: Fix returning proper mgmt status for Load LTKsJohan Hedberg
2013-01-23Bluetooth: Fix checking for correct mgmt_load_link_keys parametersJohan Hedberg
2013-01-23Bluetooth: Fix pair device command reply if adapter is powered offSzymon Janc
2013-01-23Bluetooth: Fix Class of Device indication when powering offJohan Hedberg
2013-01-18Bluetooth: Fix using system-global workqueue when not necessaryJohan Hedberg