aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-24Bluetooth: Implement the Add Advertising commandArman Uguray1-10/+273
2015-03-20Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded valueMarcel Holtmann1-2/+2
2015-03-20Bluetooth: Gracefully response to enabling LE on LE only devicesMarcel Holtmann1-2/+14
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg1-111/+0
2015-03-17Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg1-2/+3
2015-03-17Bluetooth: Add generic mgmt helper APIJohan Hedberg1-196/+1
2015-03-17Bluetooth: Add channel parameter to mgmt_pending_find() APIJohan Hedberg1-46/+62
2015-03-17Bluetooth: Add simultaneous dual mode scanJakub Pawlowski1-3/+31
2015-03-17Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.Jakub Pawlowski1-65/+85
2015-03-17Bluetooth: Add support for Local OOB Extended Data Update eventsMarcel Holtmann1-0/+16
2015-03-17Bluetooth: Fix length for Read Local OOB Extended Data respone packetMarcel Holtmann1-1/+1
2015-03-16Bluetooth: Do not include LE SC out-of-band data if not enabledMarcel Holtmann1-8/+13
2015-03-16Bluetooth: Return LE SC confirm and random values for out-of-band dataMarcel Holtmann1-2/+18
2015-03-15Bluetooth: Add simple version of Read Local OOB Extended Data commandMarcel Holtmann1-1/+110
2015-03-15Bluetooth: Move eir_append_data function to a different locationMarcel Holtmann1-11/+11
2015-03-15Bluetooth: Add simple version of Read Advertising Features commandMarcel Holtmann1-0/+36
2015-03-15Bluetooth: Send global configuration updates to all management usersMarcel Holtmann1-14/+20
2015-03-15Bluetooth: Add support for trust verification of management commandsMarcel Holtmann1-0/+7
2015-03-15Bluetooth: Remove unneeded initializer for management command tableMarcel Holtmann1-43/+43
2015-03-15Bluetooth: Add support for untrusted access to management commandsMarcel Holtmann1-7/+14
2015-03-15Bluetooth: Consolidate socket channel sending function back into oneMarcel Holtmann1-27/+7
2015-03-15Bluetooth: Add support for extended index management commandMarcel Holtmann1-0/+80
2015-03-15Bluetooth: Add support for extended index management eventsMarcel Holtmann1-0/+28
2015-03-15Bluetooth: Use special function to send filter management index eventsMarcel Holtmann1-14/+50
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann1-1/+1
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann1-26/+20
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann1-35/+31
2015-03-13Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann1-1/+1
2015-03-13Bluetooth: Introduce hci_dev_change_flag helper macroMarcel Holtmann1-5/+5
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann1-35/+33
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann1-20/+19
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann1-113/+111
2015-03-13Bluetooth: Add support connectable advertising settingMarcel Holtmann1-9/+30
2015-03-11Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2015-03-10Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg1-0/+7
2015-03-10Bluetooth: Make Fast Connectable available while powered offJohan Hedberg1-18/+12
2015-03-06Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg1-3/+11
2015-03-06Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg1-87/+89
2015-03-06Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg1-213/+229
2015-03-06Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg1-229/+230
2015-03-06Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg1-82/+88
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg1-11/+23
2015-03-06Bluetooth: Introduce controller setting information for static addressMarcel Holtmann1-2/+26
2015-03-05Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski1-4/+3
2015-03-05Bluetooth: Refactor service discovery filter logicJakub Pawlowski1-70/+19
2015-03-05Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski1-62/+79
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg1-1/+1
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg1-1/+2
2015-02-19Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg1-0/+6
2015-02-19Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg1-2/+1