aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix1-78/+72
2021-10-29Bluetooth: hci_sync: Convert adv_expireBrian Gix1-14/+19
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_ADVERTISINGBrian Gix1-55/+48
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_PHY_CONFIGURATIONBrian Gix1-50/+66
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEBrian Gix1-33/+32
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_EXT_DATABrian Gix1-17/+20
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix1-26/+46
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LEBrian Gix1-42/+43
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOBrian Gix1-70/+51
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNBrian Gix1-34/+32
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOBrian Gix1-90/+58
2021-10-29Bluetooth: hci_sync: Enable synch'd set_bredrBrian Gix1-37/+35
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEBrian Gix1-40/+30
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz1-30/+75
2021-10-29Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz1-82/+63
2021-10-29Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz1-4/+4
2021-10-29Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz1-36/+3
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz1-4/+15
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz1-202/+189
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz1-99/+93
2021-10-07Bluetooth: mgmt: Fix Experimental Feature Changed eventTedd Ho-Jeong An1-6/+9
2021-09-28Bluetooth: Fix handling of experimental feature for codec offloadMarcel Holtmann1-13/+4
2021-09-28Bluetooth: Fix handling of experimental feature for quality reportsMarcel Holtmann1-11/+4
2021-09-28Bluetooth: Fix wrong opcode when LL privacy enabledYun-Hao Chung1-1/+1
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz1-1/+2
2021-09-07Bluetooth: Add offload feature under experimental flagKiran K1-1/+99
2021-08-30Bluetooth: Support the quality report eventsJoseph Hwang1-1/+108
2021-08-30Bluetooth: refactor set_exp_feature with a feature tableJoseph Hwang1-106/+142
2021-08-30Bluetooth: mgmt: Disallow legacy MGMT_OP_READ_LOCAL_OOB_EXT_DATABrian Gix1-0/+5
2021-08-19Bluetooth: mgmt: Pessimize compile-time bounds-checkKees Cook1-1/+1
2021-07-28Bluetooth: 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-02Bluetooth: 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-26Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2021-03-26Bluetooth: Move the advertisement monitor events to correct listMarcel Holtmann1-2/+2
2021-03-26Bluetooth: 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