summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Add support connectable advertising settingMarcel Holtmann
2015-03-11Bluetooth: Increment management interface revisionMarcel Holtmann
2015-03-10Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg
2015-03-10Bluetooth: Make Fast Connectable available while powered offJohan Hedberg
2015-03-06Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg
2015-03-06Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg
2015-03-06Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg
2015-03-06Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg
2015-03-06Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg
2015-03-06Bluetooth: Introduce controller setting information for static addressMarcel Holtmann
2015-03-05Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski
2015-03-05Bluetooth: Refactor service discovery filter logicJakub Pawlowski
2015-03-05Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg
2015-02-19Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg
2015-02-19Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg
2015-02-14Bluetooth: Enhance error codes pair device commandLukasz Rymanowski
2015-02-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg
2015-02-02Bluetooth: Add restarting to service discoveryJakub Pawlowski
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski
2015-01-31Bluetooth: Allow remote OOB data to only provide P-192 or P-256 valuesMarcel Holtmann
2015-01-28Bluetooth: Fix check for SSP when enabling SCJohan Hedberg
2015-01-28Bluetooth: Enforce zero-valued hash/rand192 for LE OOBJohan Hedberg
2015-01-23Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg
2015-01-23Bluetooth: Remove incorrect check for BDADDR_BREDR address typeJohan Hedberg
2015-01-23Bluetooth: Check for valid bdaddr in add_remote_oob_dataJohan Hedberg
2015-01-22Bluetooth: Require SSP enabling before BR/EDR Secure ConnectionsMarcel Holtmann
2015-01-22Bluetooth: Limit BR/EDR switching for LE only with secure connectionsMarcel Holtmann
2015-01-22Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSPMarcel Holtmann
2015-01-22Bluetooth: Fix reporting invalid RSSI for LE devicesSzymon Janc
2015-01-15Bluetooth: Bind the SMP channel registration to management power stateMarcel Holtmann
2015-01-15Bluetooth: Fix issue with switching BR/EDR back on when disabledMarcel Holtmann
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann
2015-01-02Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann
2014-12-19Bluetooth: Add return parameter to cmd_complete callbacksJohan Hedberg
2014-12-19Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg
2014-12-19Bluetooth: Fix Remove Device to wait for HCI before sending cmd_completeJohan Hedberg
2014-12-19Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg
2014-12-19Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg
2014-12-17Bluetooth: Fix bug with filter in service discovery optimizationMarcel Holtmann
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-12-12Bluetooth: Fix mgmt response status when removing adapterJohan Hedberg
2014-12-12Bluetooth: Fix enabling BR/EDR SC when powering onJohan Hedberg
2014-12-11Bluetooth: Fix incorrect pending cmd removal in pairing_complete()Johan Hedberg