summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg2015-03-171-111/+0
* Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg2015-03-171-2/+3
* Bluetooth: Add generic mgmt helper APIJohan Hedberg2015-03-171-196/+1
* Bluetooth: Add channel parameter to mgmt_pending_find() APIJohan Hedberg2015-03-171-46/+62
* Bluetooth: Add simultaneous dual mode scanJakub Pawlowski2015-03-171-3/+31
* Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.Jakub Pawlowski2015-03-171-65/+85
* Bluetooth: Add support for Local OOB Extended Data Update eventsMarcel Holtmann2015-03-171-0/+16
* Bluetooth: Fix length for Read Local OOB Extended Data respone packetMarcel Holtmann2015-03-171-1/+1
* Bluetooth: Do not include LE SC out-of-band data if not enabledMarcel Holtmann2015-03-161-8/+13
* Bluetooth: Return LE SC confirm and random values for out-of-band dataMarcel Holtmann2015-03-161-2/+18
* Bluetooth: Add simple version of Read Local OOB Extended Data commandMarcel Holtmann2015-03-151-1/+110
* Bluetooth: Move eir_append_data function to a different locationMarcel Holtmann2015-03-151-11/+11
* Bluetooth: Add simple version of Read Advertising Features commandMarcel Holtmann2015-03-151-0/+36
* 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
OpenPOWER on IntegriCloud