summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2012-06-14Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal
2012-06-08Bluetooth: Fix LE pairing completion on connection failureVishal Agarwal
2012-05-09Bluetooth: Fixed checkpatch warningsCristian Chilipirea
2012-05-09Bluetooth: Enable Low Energy support by defaultMarcel Holtmann
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes
2012-05-09Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes
2012-05-09Bluetooth: Rename mgmt_to_le to bdaddr_to_leAndre Guedes
2012-05-09Bluetooth: Rename link_to_mgmt to link_to_bdaddrAndre Guedes
2012-05-09Bluetooth: Move address type macros to bluetooth.hAndre Guedes
2012-05-09Bluetooth: mgmt: Fix address type while loading Long Term KeyHemant Gupta
2012-05-09Bluetooth: mgmt: Remove unwanted goto statementsSyam Sidhardhan
2012-05-09Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes
2012-05-09Bluetooth: Send correct address type for LTKHemant Gupta
2012-05-09Bluetooth: Update management interface revisionMarcel Holtmann
2012-05-09Bluetooth: Check HCI_PERIODIC_INQ in start_discoveryAndre Guedes
2012-05-09Bluetooth: Refactor stop_discoveryAndre Guedes
2012-05-09Bluetooth: Silence sparse warningAndrei Emeltchenko
2012-05-09Bluetooth: mgmt: Don't allow to set invalid value to DeviceID sourceSzymon Janc
2012-05-09Bluetooth: mgmt: Fix some code style and indentation issuesSzymon Janc
2012-05-09Bluetooth: LE support for MGMT stop discoveryAndre Guedes
2012-05-09Bluetooth: trivial: Remove sparse warningsAndrei Emeltchenko
2012-05-09Bluetooth: Fix broken usage of get_unaligned_le16Marcel Holtmann
2012-05-09Bluetooth: Fix broken usage of put_unaligned_le16Marcel Holtmann
2012-05-09Bluetooth: Add management command for setting Device IDMarcel Holtmann
2012-05-09Bluetooth: Handle EIR tags for Device IDMarcel Holtmann
2012-05-09Bluetooth: Add TX power tag to EIR dataMarcel Holtmann
2012-05-09Bluetooth: Fix extra conversion to __le32Andrei Emeltchenko
2012-04-16Bluetooth: hci_persistent_key should return boolVishal Agarwal
2012-03-28Bluetooth: mgmt: Add missing endian conversionAndrei Emeltchenko
2012-03-28Bluetooth: mgmt: Fix corruption of device_connected pktBrian Gix
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan
2012-03-03Bluetooth: mgmt: Fix updating local name when powering onJohan Hedberg
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg
2012-03-02Bluetooth: mgmt: Add new error code for invalid indexJohan Hedberg
2012-03-02Bluetooth: mgmt: Fix command status error code valuesJohan Hedberg
2012-03-02Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann
2012-03-01Bluetooth: mgmt: Centralize message length checksJohan Hedberg
2012-03-01Bluetooth: mgmt: Move command handlers into a tableJohan Hedberg
2012-03-01Bluetooth: mgmt: Initialize HCI_MGMT flag for any commandJohan Hedberg
2012-03-01Bluetooth: mgmt: Refactor hci_dev lookup for commandsJohan Hedberg
2012-03-01Bluetooth: Check capabilities in BR/EDR and LE-Only discoveryAndre Guedes
2012-03-01Bluetooth: mgmt: Add missing hci_dev locking to set_le()Johan Hedberg
2012-03-01Bluetooth: Fix coding style with breaking linesGustavo F. Padovan
2012-02-29Bluetooth: Change interleaved discovery behaviorAndre Guedes
2012-02-28Bluetooth: Don't send unnecessary write_le_enable commandJohan Hedberg
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg
2012-02-24Bluetooth: mgmt: Fix clear_uuids responseJohan Hedberg
2012-02-24Bluetooth: mgmt: Fix dev_class related command response timingJohan Hedberg
2012-02-24Bluetooth: mgmt: Track pending class changesJohan Hedberg
2012-02-23Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg