summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Send global configuration updates to all management usersMarcel Holtmann2015-03-151-14/+20
* Bluetooth: Add support for trust verification of management commandsMarcel Holtmann2015-03-151-0/+7
* Bluetooth: Remove unneeded initializer for management command tableMarcel Holtmann2015-03-151-43/+43
* Bluetooth: Add support for untrusted access to management commandsMarcel Holtmann2015-03-151-7/+14
* Bluetooth: Consolidate socket channel sending function back into oneMarcel Holtmann2015-03-151-27/+7
* Bluetooth: Add support for extended index management commandMarcel Holtmann2015-03-151-0/+80
* Bluetooth: Add support for extended index management eventsMarcel Holtmann2015-03-151-0/+28
* Bluetooth: Use special function to send filter management index eventsMarcel Holtmann2015-03-151-14/+50
* Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann2015-03-131-1/+1
* Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann2015-03-131-26/+20
* Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann2015-03-131-35/+31
* Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann2015-03-131-1/+1
* Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann2015-03-131-5/+5
* Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann2015-03-131-35/+33
* Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann2015-03-131-20/+19
* Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-131-113/+111
* Bluetooth: Add support connectable advertising settingMarcel Holtmann2015-03-131-9/+30
* Bluetooth: Increment management interface revisionMarcel Holtmann2015-03-111-1/+1
* Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg2015-03-101-0/+7
* Bluetooth: Make Fast Connectable available while powered offJohan Hedberg2015-03-101-18/+12
* Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg2015-03-061-3/+11
* Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg2015-03-061-87/+89
* Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg2015-03-061-213/+229
* Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg2015-03-061-229/+230
* Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg2015-03-061-82/+88
* Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg2015-03-061-11/+23
* Bluetooth: Introduce controller setting information for static addressMarcel Holtmann2015-03-061-2/+26
* Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski2015-03-051-4/+3
* Bluetooth: Refactor service discovery filter logicJakub Pawlowski2015-03-051-70/+19
* Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski2015-03-051-62/+79
* Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2015-02-271-1/+1
* Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2015-02-201-1/+2
* Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg2015-02-191-0/+6
* Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg2015-02-191-2/+1
* Bluetooth: Enhance error codes pair device commandLukasz Rymanowski2015-02-141-0/+4
* Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg2015-02-021-16/+9
* Bluetooth: Add restarting to service discoveryJakub Pawlowski2015-02-021-5/+48
* Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski2015-02-021-1/+18
* Bluetooth: Allow remote OOB data to only provide P-192 or P-256 valuesMarcel Holtmann2015-01-311-4/+25
* Bluetooth: Fix check for SSP when enabling SCJohan Hedberg2015-01-281-0/+1
* Bluetooth: Enforce zero-valued hash/rand192 for LE OOBJohan Hedberg2015-01-281-0/+15
* Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg2015-01-231-43/+49
* Bluetooth: Remove incorrect check for BDADDR_BREDR address typeJohan Hedberg2015-01-231-8/+0
* Bluetooth: Check for valid bdaddr in add_remote_oob_dataJohan Hedberg2015-01-231-0/+6
* Bluetooth: Require SSP enabling before BR/EDR Secure ConnectionsMarcel Holtmann2015-01-221-0/+5
* Bluetooth: Limit BR/EDR switching for LE only with secure connectionsMarcel Holtmann2015-01-221-1/+8
* Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSPMarcel Holtmann2015-01-221-6/+8
* Bluetooth: Fix reporting invalid RSSI for LE devicesSzymon Janc2015-01-221-1/+2
* Bluetooth: Bind the SMP channel registration to management power stateMarcel Holtmann2015-01-151-0/+9
* Bluetooth: Fix issue with switching BR/EDR back on when disabledMarcel Holtmann2015-01-151-0/+15
OpenPOWER on IntegriCloud