summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Introduce debug feature when dynamic debug is disabledMarcel Holtmann2020-05-111-0/+87
* Bluetooth: Add support for experimental features configurationMarcel Holtmann2020-05-111-0/+58
* Bluetooth: Replace BT_DBG with bt_dev_dbg for management supportMarcel Holtmann2020-05-111-111/+110
* Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported listMarcel Holtmann2020-05-111-0/+1
* Bluetooth: Increment management interface revisionMarcel Holtmann2020-04-051-1/+1
* Bluetooth: Add support for reading security informationMarcel Holtmann2020-04-051-0/+53
* Bluetooth: Pause discovery and advertising during suspendAbhishek Pandit-Subedi2020-03-111-0/+41
* Bluetooth: mgmt: add mgmt_cmd_status in add_advertisingJoseph Hwang2020-03-111-1/+4
* Bluetooth: Increment management interface revisionMarcel Holtmann2020-03-081-1/+1
* Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud2020-03-081-2/+63
* Bluetooth: Support querying for WBS support through MGMTAlain Michaud2020-02-281-0/+4
* Bluetooth: fix appearance typo in mgmt.cAlain Michaud2020-01-221-4/+4
* Bluetooth: adding missing const decoration to mgmt_status_tableAlain Michaud2020-01-221-1/+1
* Bluetooth: Increment management interface revisionMarcel Holtmann2020-01-161-1/+1
* Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud2020-01-151-0/+76
* Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva2019-09-051-6/+2
* Bluetooth: Use struct_size() helperGustavo A. R. Silva2019-04-231-7/+4
* Bluetooth: Add quirk for reading BD_ADDR from fwnode propertyMatthias Kaehlcke2019-02-261-2/+4
* Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva2019-02-261-5/+3
* Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-09-261-5/+2
* Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2018-08-061-3/+0
* Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2018-07-301-3/+15
* Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-301-0/+2
* Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-301-0/+3
* Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-301-3/+10
* Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-301-5/+17
* Bluetooth: Implement PHY changed eventJaganath Kanakkassery2018-07-301-1/+21
* Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2018-07-301-0/+182
* Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery2018-07-301-0/+145
* Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2018-04-011-0/+1
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-26/+30
* Bluetooth: Fix potential memory leakJaganath Kanakkassery2017-10-291-0/+1
* Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski2016-10-191-9/+17
* Bluetooth: Refactor append name and appearanceMichał Narajowski2016-10-061-21/+0
* Bluetooth: Fix not updating scan rsp when adv offMichał Narajowski2016-09-221-1/+1
* Bluetooth: Fix NULL pointer dereference in mgmt contextArek Lichwa2016-09-221-0/+2
* Bluetooth: Set appearance only for LE capable controllersMichał Narajowski2016-09-191-0/+4
* Bluetooth: Fix missing ext info event when setting appearanceMichał Narajowski2016-09-191-0/+2
* Bluetooth: Add supported data types to ext info changed eventMichał Narajowski2016-09-191-4/+10
* Bluetooth: Add appearance to Read Ext Controller Info commandSzymon Janc2016-09-191-0/+14
* Bluetooth: Factor appending EIR to separate helperMichał Narajowski2016-09-191-13/+22
* Bluetooth: Refactor read_ext_controller_info handlerSzymon Janc2016-09-191-20/+16
* Bluetooth: Increment management interface revisionSzymon Janc2016-09-191-1/+1
* Bluetooth: Fix advertising instance validity check for flagsSzymon Janc2016-09-191-1/+2
* Bluetooth: Unify advertising instance flags checkSzymon Janc2016-09-191-37/+48
* Bluetooth: Remove unused parameter from tlv_data_is_valid functionSzymon Janc2016-09-191-4/+3
* Bluetooth: Add support for appearance in scan rspMichał Narajowski2016-09-191-0/+37
* Bluetooth: Add support for local name in scan rspMichał Narajowski2016-09-191-2/+44
* Bluetooth: Use kzalloc instead of kmalloc/memsetWei Yongjun2016-09-191-3/+1
* Bluetooth: Append local name and CoD to Extended Controller InfoMichał Narajowski2016-09-191-21/+42