summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2015-06-18Bluetooth: Fix warning of potentially uninitialized adv_instance variableJohan Hedberg
2015-06-18Bluetooth: Increment management interface revisionMarcel Holtmann
2015-06-18Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()Florian Grandel
2015-06-18Bluetooth: mgmt: multi-adv for trigger_le_scan()Florian Grandel
2015-06-18Bluetooth: mgmt: program multi-adv on power onFlorian Grandel
2015-06-18Bluetooth: mgmt: multi adv for remove_advertising*()Florian Grandel
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel
2015-06-18Bluetooth: mgmt: multi adv for clear_adv_instances()Florian Grandel
2015-06-18Bluetooth: mgmt: multi adv for set_advertising*()Florian Grandel
2015-06-18Bluetooth: mgmt: multi adv for create_instance_adv_data()Florian Grandel
2015-06-18Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()Florian Grandel
2015-06-18Bluetooth: mgmt: multi adv for enable_advertising()Florian Grandel
2015-06-18Bluetooth: mgmt: improve get_adv_instance_flags() readabilityFlorian Grandel
2015-06-18Bluetooth: mgmt: multi adv for get_adv_instance_flags()Florian Grandel
2015-06-18Bluetooth: mgmt: multi adv for get_current_adv_instance()Florian Grandel
2015-06-18Bluetooth: mgmt: multi adv for read_adv_features()Florian Grandel
2015-06-18Bluetooth: mgmt: rename update_*_data_for_instance()Florian Grandel
2015-06-18Bluetooth: mgmt: dry update_scan_rsp_data()Florian Grandel
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel
2015-06-10Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg
2015-05-26Bluetooth: mgmt: fix typosFlorian Grandel
2015-04-07Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg
2015-04-04Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann
2015-04-02Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg
2015-03-29Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann
2015-03-29Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann
2015-03-28Bluetooth: Update adv. parameters when conn. setting changesArman Uguray
2015-03-28Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray
2015-03-28Bluetooth: Fix using global connectable settings for advArman Uguray
2015-03-26Bluetooth: Unify advertising data code pathsArman Uguray
2015-03-26Bluetooth: Update supported_flags for AD featuresArman Uguray
2015-03-26Bluetooth: Support the "tx-power" adv flagArman Uguray
2015-03-26Bluetooth: Support the "managed-flags" adv flagArman Uguray
2015-03-26Bluetooth: Support the "limited-discoverable" adv flagArman Uguray
2015-03-26Bluetooth: Support the "discoverable" adv flagArman Uguray
2015-03-26Bluetooth: Support the "connectable mode" adv flagArman Uguray
2015-03-25Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann
2015-03-24Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann
2015-03-24Bluetooth: Add support for adv instance timeoutArman Uguray
2015-03-24Bluetooth: Add support for instance scan responseArman Uguray
2015-03-24Bluetooth: Implement the Remove Advertising commandArman Uguray
2015-03-24Bluetooth: Implement the Add Advertising commandArman Uguray
2015-03-20Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded valueMarcel Holtmann
2015-03-20Bluetooth: Gracefully response to enabling LE on LE only devicesMarcel Holtmann
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg
2015-03-17Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg
2015-03-17Bluetooth: Add generic mgmt helper APIJohan Hedberg
2015-03-17Bluetooth: Add channel parameter to mgmt_pending_find() APIJohan Hedberg