summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann2015-01-121-19/+25
* Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann2015-01-021-7/+4
* Bluetooth: Add return parameter to cmd_complete callbacksJohan Hedberg2014-12-191-40/+45
* Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-191-10/+109
* Bluetooth: Fix Remove Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-191-22/+62
* Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg2014-12-191-6/+6
* Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg2014-12-191-0/+1
* Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg2014-12-191-8/+8
* Bluetooth: Fix bug with filter in service discovery optimizationMarcel Holtmann2014-12-171-5/+9
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-12-151-25/+60
|\
| * Bluetooth: Fix mgmt response status when removing adapterJohan Hedberg2014-12-121-3/+15
| * Bluetooth: Fix enabling BR/EDR SC when powering onJohan Hedberg2014-12-121-0/+5
| * Bluetooth: Fix incorrect pending cmd removal in pairing_complete()Johan Hedberg2014-12-111-13/+25
OpenPOWER on IntegriCloud