aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg1-2/+152
2015-04-04Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann1-6/+8
2015-04-02Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann1-6/+19
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg1-40/+65
2015-03-29Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann1-37/+34
2015-03-29Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann1-8/+6
2015-03-28Bluetooth: Update adv. parameters when conn. setting changesArman Uguray1-1/+2
2015-03-28Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray1-1/+20
2015-03-28Bluetooth: Fix using global connectable settings for advArman Uguray1-4/+10
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