summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman1-2/+140
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman1-1/+1
2020-07-15Bluetooth: Add per-instance adv disable/removeDaniel Winkler1-0/+6
2020-07-10Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-07Bluetooth: le_simult_central_peripheral experimental featureAlain Michaud1-2/+23
2020-06-22Bluetooth: Add hci_dev_lock to get/set device flagsAbhishek Pandit-Subedi1-0/+8
2020-06-18Bluetooth: Terminate the link if pairing is cancelledManish Mandlik1-4/+18
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou1-1/+4
2020-06-18Bluetooth: Notify adv monitor removed eventMiao-chen Chou1-0/+16
2020-06-18Bluetooth: Notify adv monitor added eventMiao-chen Chou1-1/+17
2020-06-18Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITORMiao-chen Chou1-0/+35
2020-06-18Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITORMiao-chen Chou1-0/+100
2020-06-18Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURESMiao-chen Chou1-0/+48
2020-06-18Bluetooth: Add get/set device flags mgmt opAbhishek Pandit-Subedi1-0/+128
2020-06-18Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi1-2/+3
2020-06-18Bluetooth: mgmt: Add commands for runtime configurationMarcel Holtmann1-0/+7
2020-06-12Bluetooth: implement read/set default system parameters mgmtAlain Michaud1-0/+8
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