summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Unify advertising data code pathsArman Uguray2015-03-261-91/+64
* Bluetooth: Update supported_flags for AD featuresArman Uguray2015-03-261-3/+29
* Bluetooth: Support the "tx-power" adv flagArman Uguray2015-03-261-0/+19
* Bluetooth: Support the "managed-flags" adv flagArman Uguray2015-03-261-2/+9
* Bluetooth: Support the "limited-discoverable" adv flagArman Uguray2015-03-261-1/+8
* Bluetooth: Support the "discoverable" adv flagArman Uguray2015-03-261-8/+30
* Bluetooth: Support the "connectable mode" adv flagArman Uguray2015-03-261-31/+56
* Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann2015-03-251-1/+1
* Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann2015-03-241-7/+46
* Bluetooth: Add support for adv instance timeoutArman Uguray2015-03-241-20/+81
* Bluetooth: Add support for instance scan responseArman Uguray2015-03-241-14/+52
* Bluetooth: Implement the Remove Advertising commandArman Uguray2015-03-241-0/+103
* Bluetooth: Implement the Add Advertising commandArman Uguray2015-03-241-10/+273
* Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded valueMarcel Holtmann2015-03-201-2/+2
* Bluetooth: Gracefully response to enabling LE on LE only devicesMarcel Holtmann2015-03-201-2/+14
* 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
OpenPOWER on IntegriCloud