summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz1-6/+4
2024-09-12Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz1-18/+19
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz1-18/+7
2024-09-04Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman1-0/+4
2024-01-05Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao1-7/+18
2022-12-31Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland1-1/+1
2022-01-27Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flagLuiz Augusto von Dentz1-7/+7
2022-01-27Bluetooth: refactor set_exp_feature with a feature tableJoseph Hwang1-106/+142
2021-08-19Bluetooth: mgmt: Pessimize compile-time bounds-checkKees Cook1-1/+1
2021-07-29Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmdTedd Ho-Jeong An1-1/+1
2021-06-26Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2021-06-26Bluetooth: use inclusive language when filtering devicesArchie Pusaka1-7/+7
2021-06-26Bluetooth: mgmt: Use the correct print formatKai Ye1-8/+8
2021-06-26Bluetooth: use inclusive language in commentsArchie Pusaka1-1/+1
2021-06-26Bluetooth: use inclusive language in SMPArchie Pusaka1-5/+5
2021-06-26Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz1-0/+3
2021-06-26Bluetooth: mgmt: Fix the command returns garbage parameter valueTedd Ho-Jeong An1-0/+2
2021-06-26Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu1-0/+3
2021-06-26Bluetooth: Return whether a connection is outboundYu Liu1-1/+5
2021-06-03Bluetooth: Fix spelling mistakesZheng Yongjun1-1/+1
2021-04-08Bluetooth: Allow Microsoft extension to indicate curve validationMarcel Holtmann1-1/+4
2021-04-06Bluetooth: Do not set cur_adv_instance in adv param MGMT requestDaniel Winkler1-1/+0
2021-03-27Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2021-03-27Bluetooth: Move the advertisement monitor events to correct listMarcel Holtmann1-2/+2
2021-03-27Bluetooth: Add missing entries for PHY configuration commandsMarcel Holtmann1-0/+2
2021-03-26Bluetooth: Fix wrong opcode error for read advertising featuresMarcel Holtmann1-1/+1
2021-03-26Bluetooth: Fix mgmt status for LL Privacy experimental featureMarcel Holtmann1-1/+1
2021-03-03Bluetooth: Allow scannable adv with extended MGMT APIsDaniel Winkler1-0/+1
2021-02-03Bluetooth: Fix crash in mgmt_add_adv_patterns_monitor_completeHoward Chung1-1/+1
2021-01-25Bluetooth: advmon offload MSFT remove monitorArchie Pusaka1-21/+89
2021-01-25Bluetooth: advmon offload MSFT add monitorArchie Pusaka1-30/+84
2021-01-25Bluetooth: advmon offload MSFT add rssi supportArchie Pusaka1-72/+153
2020-12-19Bluetooth: Pause service discovery for suspendAbhishek Pandit-Subedi1-0/+8
2020-12-07Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2020-12-07Bluetooth: Change MGMT security info CMD to be more genericDaniel Winkler1-14/+29
2020-12-07Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler1-2/+6
2020-12-07Bluetooth: Break add adv into two mgmt commandsDaniel Winkler1-11/+370
2020-12-07Bluetooth: fix typo in struct nameReo Shiseki1-2/+2
2020-09-25Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz1-1/+6
2020-09-13Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi1-0/+4
2020-09-13Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi1-0/+26
2020-09-11Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler1-0/+2
2020-09-11Bluetooth: Report num supported adv instances for hw offloadingDaniel Winkler1-3/+3
2020-09-11Bluetooth: Fix memory leak in read_adv_mon_features()Peilin Ye1-4/+8
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