aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-08Bluetooth: fix conding style issues all over the treeGravatar Gustavo F. Padovan 1-247/+242
2012-03-03Bluetooth: mgmt: Fix updating local name when powering onGravatar Johan Hedberg 1-8/+14
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsGravatar Johan Hedberg 1-10/+8
2012-03-02Bluetooth: mgmt: Add new error code for invalid indexGravatar Johan Hedberg 1-3/+3
2012-03-02Bluetooth: mgmt: Fix command status error code valuesGravatar Johan Hedberg 1-2/+2
2012-03-02Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesGravatar Marcel Holtmann 1-3/+2
2012-03-01Bluetooth: mgmt: Centralize message length checksGravatar Johan Hedberg 1-168/+52
2012-03-01Bluetooth: mgmt: Move command handlers into a tableGravatar Johan Hedberg 1-140/+79
2012-03-01Bluetooth: mgmt: Initialize HCI_MGMT flag for any commandGravatar Johan Hedberg 1-4/+6
2012-03-01Bluetooth: mgmt: Refactor hci_dev lookup for commandsGravatar Johan Hedberg 1-490/+274
2012-03-01Bluetooth: Check capabilities in BR/EDR and LE-Only discoveryGravatar Andre Guedes 1-2/+8
2012-03-01Bluetooth: mgmt: Add missing hci_dev locking to set_le()Gravatar Johan Hedberg 1-7/+10
2012-03-01Bluetooth: Fix coding style with breaking linesGravatar Gustavo F. Padovan 1-2/+1
2012-02-29Bluetooth: Change interleaved discovery behaviorGravatar Andre Guedes 1-24/+5
2012-02-28Bluetooth: Don't send unnecessary write_le_enable commandGravatar Johan Hedberg 1-2/+3
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hGravatar Johan Hedberg 1-2/+2
2012-02-24Bluetooth: mgmt: Fix clear_uuids responseGravatar Johan Hedberg 1-4/+19
2012-02-24Bluetooth: mgmt: Fix dev_class related command response timingGravatar Johan Hedberg 1-5/+65
2012-02-24Bluetooth: mgmt: Track pending class changesGravatar Johan Hedberg 1-2/+27
2012-02-23Bluetooth: mgmt: Add flags parameter to device_connectedGravatar Johan Hedberg 1-2/+4
2012-02-23Bluetooth: mgmt: Fix clear UUIDs responseGravatar Johan Hedberg 1-1/+2
2012-02-23Bluetooth: mgmt: Move service cache setting to a more sensible placeGravatar Johan Hedberg 1-4/+6
2012-02-23Bluetooth: mgmt: Fix return value of add/remove_uuidGravatar Johan Hedberg 1-2/+3
2012-02-23Bluetooth: mgmt: Fix update_eir/class with HCI_AUTO_OFF flag setGravatar Johan Hedberg 1-2/+5
2012-02-23Bluetooth: mgmt: Fix count parameter in get_connections replyGravatar Johan Hedberg 1-7/+7
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsGravatar Johan Hedberg 1-1/+3
2012-02-23Bluetooth: mgmt: Fix device_found parametersGravatar Johan Hedberg 1-1/+2
2012-02-23Bluetooth: mgmt: Fix unpair_device responsesGravatar Johan Hedberg 1-17/+19
2012-02-23Bluetooth: mgmt: Add missing powered checks to commandsGravatar Johan Hedberg 1-1/+36
2012-02-23Bluetooth: mgmt: Allow class of device changes while powered offGravatar Johan Hedberg 1-5/+5
2012-02-23Bluetooth: mgmt: Check for HCI_UP in update_eir() and update_class()Gravatar Johan Hedberg 1-0/+6
2012-02-23Bluetooth: mgmt: Fix return value for set_classGravatar Johan Hedberg 1-1/+1
2012-02-23Bluetooth: mgmt: Fix missing short_name in read_infoGravatar Johan Hedberg 1-0/+1
2012-02-23Bluetooth: mgmt: Fix name_changed event for short name changesGravatar Johan Hedberg 1-0/+4
2012-02-23Bluetooth: mgmt: Allow local name changes while powered offGravatar Johan Hedberg 1-12/+26
2012-02-23Bluetooth: Add hdev->short_name for EIR generationGravatar Johan Hedberg 1-0/+3
2012-02-23Bluetooth: Send management event for class of device changesGravatar Marcel Holtmann 1-0/+10
2012-02-23Bluetooth: Fix handling of discoverable setting with timeoutGravatar Marcel Holtmann 1-0/+11
2012-02-23Bluetooth: Disabling discoverable with timeout is invalidGravatar Marcel Holtmann 1-2/+5
2012-02-23Bluetooth: mgmt: Fix updating EIR when updating the nameGravatar Johan Hedberg 1-0/+1
2012-02-23Bluetooth: mgmt: Implement Set LE commandGravatar Johan Hedberg 1-1/+118
2012-02-23Bluetooth: mgmt: Fix Set SSP supported checkGravatar Johan Hedberg 1-6/+6
2012-02-23Bluetooth: Enable timestamps for control channelGravatar Marcel Holtmann 1-0/+3
2012-02-23Bluetooth: mgmt: Fix clearing of hdev->eirGravatar Johan Hedberg 1-0/+2
2012-02-23Bluetooth: mgmt: Fix EIR toggling with SSPGravatar Johan Hedberg 1-6/+5
2012-02-23Bluetooth: Fix coding style issues in mgmt codeGravatar Andrei Emeltchenko 1-4/+4
2012-02-23Bluetooth: Fix two minor style issues in management codeGravatar Marcel Holtmann 1-2/+2
2012-02-23Bluetooth: mgmt: Make Set SSP command callable while powered offGravatar Johan Hedberg 1-8/+36
2012-02-23Bluetooth: mgmt: Make Set Link Security callable while powered offGravatar Johan Hedberg 1-5/+28
2012-02-21Bluetooth: mgmt: Fix connectable/discoverable response valuesGravatar Johan Hedberg 1-5/+6