aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-26Bluetooth: Unify advertising data code pathsArman Uguray1-91/+64
2015-03-26Bluetooth: Update supported_flags for AD featuresArman Uguray1-3/+29
2015-03-26Bluetooth: Support the "tx-power" adv flagArman Uguray1-0/+19
2015-03-26Bluetooth: Support the "managed-flags" adv flagArman Uguray1-2/+9
2015-03-26Bluetooth: Support the "limited-discoverable" adv flagArman Uguray1-1/+8
2015-03-26Bluetooth: Support the "discoverable" adv flagArman Uguray1-8/+30
2015-03-26Bluetooth: Support the "connectable mode" adv flagArman Uguray1-31/+56
2015-03-25Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann1-1/+1
2015-03-24Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann1-7/+46
2015-03-24Bluetooth: Add support for adv instance timeoutArman Uguray1-20/+81
2015-03-24Bluetooth: Add support for instance scan responseArman Uguray1-14/+52
2015-03-24Bluetooth: Implement the Remove Advertising commandArman Uguray1-0/+103
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