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