summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski2015-07-231-0/+23
|/
* Bluetooth: Fix warning of potentially uninitialized adv_instance variableJohan Hedberg2015-06-181-6/+2Star
* Bluetooth: Increment management interface revisionMarcel Holtmann2015-06-181-1/+1
* Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()Florian Grandel2015-06-181-1/+12
* Bluetooth: mgmt: multi-adv for trigger_le_scan()Florian Grandel2015-06-181-0/+1
* Bluetooth: mgmt: program multi-adv on power onFlorian Grandel2015-06-181-3/+17
* Bluetooth: mgmt: multi adv for remove_advertising*()Florian Grandel2015-06-181-21/+24
* Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel2015-06-181-35/+73
* Bluetooth: mgmt: multi adv for clear_adv_instances()Florian Grandel2015-06-181-16/+81
* Bluetooth: mgmt: multi adv for set_advertising*()Florian Grandel2015-06-181-6/+94
* Bluetooth: mgmt: multi adv for create_instance_adv_data()Florian Grandel2015-06-181-7/+16
* Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()Florian Grandel2015-06-181-5/+12
* Bluetooth: mgmt: multi adv for enable_advertising()Florian Grandel2015-06-181-5/+12
* Bluetooth: mgmt: improve get_adv_instance_flags() readabilityFlorian Grandel2015-06-181-14/+16
* Bluetooth: mgmt: multi adv for get_adv_instance_flags()Florian Grandel2015-06-181-4/+9
* Bluetooth: mgmt: multi adv for get_current_adv_instance()Florian Grandel2015-06-181-1/+1
* Bluetooth: mgmt: multi adv for read_adv_features()Florian Grandel2015-06-181-10/+12
* Bluetooth: mgmt: rename update_*_data_for_instance()Florian Grandel2015-06-181-8/+6Star
* Bluetooth: mgmt: dry update_scan_rsp_data()Florian Grandel2015-06-181-33/+17Star
* Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel2015-06-181-16/+11Star
* Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel2015-06-181-1/+1
* Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg2015-06-101-1/+6
* Bluetooth: mgmt: fix typosFlorian Grandel2015-05-261-3/+3
* Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg2015-04-071-2/+152
* Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann2015-04-041-6/+8
* Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann2015-04-021-6/+19
* Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-021-40/+65
* Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann2015-03-291-37/+34Star
* Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann2015-03-291-8/+6Star
* Bluetooth: Update adv. parameters when conn. setting changesArman Uguray2015-03-281-1/+2
* Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray2015-03-281-1/+20
* Bluetooth: Fix using global connectable settings for advArman Uguray2015-03-281-4/+10
* Bluetooth: Unify advertising data code pathsArman Uguray2015-03-261-91/+64Star
* 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-261-1/+1
* Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann2015-03-251-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/+0Star
* Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg2015-03-171-2/+3
* Bluetooth: Add generic mgmt helper APIJohan Hedberg2015-03-171-196/+1Star