aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Bluetooth: Fixed checkpatch warningsCristian Chilipirea1-1/+2
2012-05-09Bluetooth: Enable Low Energy support by defaultMarcel Holtmann1-9/+3
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes1-4/+4
2012-05-09Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes1-12/+0
2012-05-09Bluetooth: Rename mgmt_to_le to bdaddr_to_leAndre Guedes1-3/+3
2012-05-09Bluetooth: Rename link_to_mgmt to link_to_bdaddrAndre Guedes1-14/+14
2012-05-09Bluetooth: Move address type macros to bluetooth.hAndre Guedes1-15/+15
2012-05-09Bluetooth: mgmt: Fix address type while loading Long Term KeyHemant Gupta1-1/+14
2012-05-09Bluetooth: mgmt: Remove unwanted goto statementsSyam Sidhardhan1-12/+4
2012-05-09Bluetooth: Remove MGMT_ADDR_INVALID macroAndre Guedes1-7/+7
2012-05-09Bluetooth: Send correct address type for LTKHemant Gupta1-1/+1
2012-05-09Bluetooth: Update management interface revisionMarcel Holtmann1-1/+1
2012-05-09Bluetooth: Check HCI_PERIODIC_INQ in start_discoveryAndre Guedes1-0/+6
2012-05-09Bluetooth: Refactor stop_discoveryAndre Guedes1-16/+24
2012-05-09Bluetooth: Silence sparse warningAndrei Emeltchenko1-3/+1
2012-05-09Bluetooth: mgmt: Don't allow to set invalid value to DeviceID sourceSzymon Janc1-1/+8
2012-05-09Bluetooth: mgmt: Fix some code style and indentation issuesSzymon Janc1-6/+6
2012-05-09Bluetooth: LE support for MGMT stop discoveryAndre Guedes1-1/+5
2012-05-09Bluetooth: trivial: Remove sparse warningsAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: Fix broken usage of get_unaligned_le16Marcel Holtmann1-6/+6
2012-05-09Bluetooth: Fix broken usage of put_unaligned_le16Marcel Holtmann1-17/+16
2012-05-09Bluetooth: Add management command for setting Device IDMarcel Holtmann1-0/+26
2012-05-09Bluetooth: Handle EIR tags for Device IDMarcel Holtmann1-0/+13
2012-05-09Bluetooth: Add TX power tag to EIR dataMarcel Holtmann1-0/+9
2012-05-09Bluetooth: Fix extra conversion to __le32Andrei Emeltchenko1-1/+1
2012-04-16Bluetooth: hci_persistent_key should return boolVishal Agarwal1-1/+1
2012-03-28Bluetooth: mgmt: Add missing endian conversionAndrei Emeltchenko1-3/+8
2012-03-28Bluetooth: mgmt: Fix corruption of device_connected pktBrian Gix1-1/+1
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-247/+242
2012-03-03Bluetooth: mgmt: Fix updating local name when powering onJohan Hedberg1-8/+14
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg1-10/+8
2012-03-02Bluetooth: mgmt: Add new error code for invalid indexJohan Hedberg1-3/+3
2012-03-02Bluetooth: mgmt: Fix command status error code valuesJohan Hedberg1-2/+2
2012-03-02Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann1-3/+2
2012-03-01Bluetooth: mgmt: Centralize message length checksJohan Hedberg1-168/+52
2012-03-01Bluetooth: mgmt: Move command handlers into a tableJohan Hedberg1-140/+79
2012-03-01Bluetooth: mgmt: Initialize HCI_MGMT flag for any commandJohan Hedberg1-4/+6
2012-03-01Bluetooth: mgmt: Refactor hci_dev lookup for commandsJohan Hedberg1-490/+274
2012-03-01Bluetooth: Check capabilities in BR/EDR and LE-Only discoveryAndre Guedes1-2/+8
2012-03-01Bluetooth: mgmt: Add missing hci_dev locking to set_le()Johan Hedberg1-7/+10
2012-03-01Bluetooth: Fix coding style with breaking linesGustavo F. Padovan1-2/+1
2012-02-29Bluetooth: Change interleaved discovery behaviorAndre Guedes1-24/+5
2012-02-28Bluetooth: Don't send unnecessary write_le_enable commandJohan Hedberg1-2/+3
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg1-2/+2
2012-02-24Bluetooth: mgmt: Fix clear_uuids responseJohan Hedberg1-4/+19
2012-02-24Bluetooth: mgmt: Fix dev_class related command response timingJohan Hedberg1-5/+65
2012-02-24Bluetooth: mgmt: Track pending class changesJohan Hedberg1-2/+27
2012-02-23Bluetooth: mgmt: Add flags parameter to device_connectedJohan Hedberg1-2/+4
2012-02-23Bluetooth: mgmt: Fix clear UUIDs responseJohan Hedberg1-1/+2
2012-02-23Bluetooth: mgmt: Move service cache setting to a more sensible placeJohan Hedberg1-4/+6