aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-23Bluetooth: mgmt: Fix return value of add/remove_uuidJohan Hedberg1-2/+3
2012-02-23Bluetooth: mgmt: Fix update_eir/class with HCI_AUTO_OFF flag setJohan Hedberg1-2/+5
2012-02-23Bluetooth: mgmt: Fix count parameter in get_connections replyJohan Hedberg1-7/+7
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg1-1/+3
2012-02-23Bluetooth: mgmt: Fix device_found parametersJohan Hedberg1-1/+2
2012-02-23Bluetooth: mgmt: Fix unpair_device responsesJohan Hedberg1-17/+19
2012-02-23Bluetooth: mgmt: Add missing powered checks to commandsJohan Hedberg1-1/+36
2012-02-23Bluetooth: mgmt: Allow class of device changes while powered offJohan Hedberg1-5/+5
2012-02-23Bluetooth: mgmt: Check for HCI_UP in update_eir() and update_class()Johan Hedberg1-0/+6
2012-02-23Bluetooth: mgmt: Fix return value for set_classJohan Hedberg1-1/+1
2012-02-23Bluetooth: mgmt: Fix missing short_name in read_infoJohan Hedberg1-0/+1
2012-02-23Bluetooth: mgmt: Fix name_changed event for short name changesJohan Hedberg1-0/+4
2012-02-23Bluetooth: mgmt: Allow local name changes while powered offJohan Hedberg1-12/+26
2012-02-23Bluetooth: Add hdev->short_name for EIR generationJohan Hedberg1-0/+3
2012-02-23Bluetooth: Send management event for class of device changesMarcel Holtmann1-0/+10
2012-02-23Bluetooth: Fix handling of discoverable setting with timeoutMarcel Holtmann1-0/+11
2012-02-23Bluetooth: Disabling discoverable with timeout is invalidMarcel Holtmann1-2/+5
2012-02-23Bluetooth: mgmt: Fix updating EIR when updating the nameJohan Hedberg1-0/+1
2012-02-23Bluetooth: mgmt: Implement Set LE commandJohan Hedberg1-1/+118
2012-02-23Bluetooth: mgmt: Fix Set SSP supported checkJohan Hedberg1-6/+6
2012-02-23Bluetooth: Enable timestamps for control channelMarcel Holtmann1-0/+3
2012-02-23Bluetooth: mgmt: Fix clearing of hdev->eirJohan Hedberg1-0/+2
2012-02-23Bluetooth: mgmt: Fix EIR toggling with SSPJohan Hedberg1-6/+5
2012-02-23Bluetooth: Fix coding style issues in mgmt codeAndrei Emeltchenko1-4/+4
2012-02-23Bluetooth: Fix two minor style issues in management codeMarcel Holtmann1-2/+2