summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-23Bluetooth: mgmt: Make Set SSP command callable while powered offJohan Hedberg1-8/+36
2012-02-23Bluetooth: mgmt: Make Set Link Security callable while powered offJohan Hedberg1-5/+28
2012-02-21Bluetooth: mgmt: Fix connectable/discoverable response valuesJohan Hedberg1-5/+6
2012-02-21Bluetooth: mgmt: Fix New Settings event for connectable/discoverableJohan Hedberg1-4/+25
2012-02-21Bluetooth: mgmt: Add convenience function for sending New SettingsJohan Hedberg1-52/+44
2012-02-21Bluetooth: mgmt: Fix current settings values when powered offJohan Hedberg1-4/+1
2012-02-21Bluetooth: mgmt: Fix Removing discoverable timeout in set_connectableJohan Hedberg1-1/+6
2012-02-21Bluetooth: mgmt: Allow connectable/discoverable changes in off stateJohan Hedberg1-18/+73
2012-02-21Bluetooth: mgmt: Fix pairable setting upon initializationJohan Hedberg1-1/+9
2012-02-21Bluetooth: mgmt: Fix set_fast_connectable error returnJohan Hedberg1-0/+7
2012-02-21Bluetooth: mgmt: Fix set_local_name and set_dev_class powered checksJohan Hedberg1-0/+13
2012-02-21Bluetooth: mgmt: Fix powered checks for commandsJohan Hedberg1-12/+14
2012-02-21Bluetooth: Only keep controller up after init if powered onMarcel Holtmann1-9/+14
2012-02-21Bluetooth: mgmt: Clear EIR data when disabling SSPJohan Hedberg1-1/+19
2012-02-21Bluetooth: mgmt: Fix Set SSP check for supported featureJohan Hedberg1-0/+6
2012-02-21Bluetooth: mgmt: Add basic support for Set High Speed commandJohan Hedberg1-0/+41
2012-02-21Bluetooth: mgmt: Add address type parameter to Discovering eventJohan Hedberg1-2/+6
2012-02-21Bluetooth: mgmt: Add address type parameter to Stop Discovery commandJohan Hedberg1-11/+22
2012-02-20Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann1-2/+16
2012-02-20Bluetooth: Remove unneeded bt_cb(skb)->channel variableMarcel Holtmann1-2/+0
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann1-1/+1
2012-02-19Bluetooth: mgmt: Bump mgmt versionJohan Hedberg1-2/+2
2012-02-19Bluetooth: mgmt: Fix OOB command response parametersJohan Hedberg1-12/+18
2012-02-19Bluetooth: mgmt: Fix (Un)Block Device return parametersJohan Hedberg1-13/+18
2012-02-19Bluetooth: mgmt: Fix Start Discovery return parametersJohan Hedberg1-2/+13
2012-02-19Bluetooth: mgmt: Fix Pair Device response status valuesJohan Hedberg1-8/+6
2012-02-19Bluetooth: mgmt: Move status parameters into the cmd_complete headerJohan Hedberg1-52/+55
2012-02-19Bluetooth: Interleaved discovery supportAndre Guedes1-1/+46
2012-02-19Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes1-1/+1
2012-02-19Bluetooth: Track discovery typeAndre Guedes1-1/+3
2012-02-19Bluetooth: Prepare start_discoveryAndre Guedes1-5/+10
2012-02-17Bluetooth: Add Intel copyright to mgmt filesJohan Hedberg1-0/+2
2012-02-17Bluetooth: mgmt: Add address type to confirm name commandJohan Hedberg1-1/+1
2012-02-17Bluetooth: mgmt: Add address type to PIN code messagesJohan Hedberg1-9/+13
2012-02-17Bluetooth: mgmt: Add address type to link key messagesJohan Hedberg1-3/+4
2012-02-17Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg1-0/+85
2012-02-17Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg1-0/+87
2012-02-17Bluetooth: mgmt: Use more consistent error variable namesJohan Hedberg1-9/+9
2012-02-17Bluetooth: Remove unused member from cmd_lookup structJohan Hedberg1-4/+3
2012-02-15Bluetooth: Fix discovery state machineAndre Guedes1-0/+2
2012-02-15Bluetooth: Implement Read Supported Commands commands for mgmtJohan Hedberg1-0/+99