Age | Commit message (Expand) | Author | Files | Lines |
2020-12-07 | Bluetooth: Increment management interface revision | Marcel Holtmann | 1 | -1/+1 |
2020-12-07 | Bluetooth: Change MGMT security info CMD to be more generic | Daniel Winkler | 1 | -14/+29 |
2020-12-07 | Bluetooth: Use intervals and tx power from mgmt cmds | Daniel Winkler | 1 | -2/+6 |
2020-12-07 | Bluetooth: Break add adv into two mgmt commands | Daniel Winkler | 1 | -11/+370 |
2020-12-07 | Bluetooth: fix typo in struct name | Reo Shiseki | 1 | -2/+2 |
2020-09-25 | Bluetooth: MGMT: Fix not checking if BT_HS is enabled | Luiz Augusto von Dentz | 1 | -1/+6 |
2020-09-13 | Bluetooth: Add suspend reason for device disconnect | Abhishek Pandit-Subedi | 1 | -0/+4 |
2020-09-13 | Bluetooth: Add mgmt suspend and resume events | Abhishek Pandit-Subedi | 1 | -0/+26 |
2020-09-11 | Bluetooth: Add MGMT capability flags for tx power and ext advertising | Daniel Winkler | 1 | -0/+2 |
2020-09-11 | Bluetooth: Report num supported adv instances for hw offloading | Daniel Winkler | 1 | -3/+3 |
2020-09-11 | Bluetooth: Fix memory leak in read_adv_mon_features() | Peilin Ye | 1 | -4/+8 |
2020-07-31 | Bluetooth: Increment management interface revision | Marcel Holtmann | 1 | -1/+1 |
2020-07-30 | Bluetooth: Enable controller RPA resolution using Experimental feature | Sathish Narasimman | 1 | -2/+140 |
2020-07-30 | Bluetooth: Enable/Disable address resolution during le create conn | Sathish Narasimman | 1 | -1/+1 |
2020-07-15 | Bluetooth: Add per-instance adv disable/remove | Daniel Winkler | 1 | -0/+6 |
2020-07-10 | Bluetooth: core: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-07-07 | Bluetooth: le_simult_central_peripheral experimental feature | Alain Michaud | 1 | -2/+23 |
2020-06-22 | Bluetooth: Add hci_dev_lock to get/set device flags | Abhishek Pandit-Subedi | 1 | -0/+8 |
2020-06-18 | Bluetooth: Terminate the link if pairing is cancelled | Manish Mandlik | 1 | -4/+18 |
2020-06-18 | Bluetooth: Update background scan and report device based on advertisement mo... | Miao-chen Chou | 1 | -1/+4 |
2020-06-18 | Bluetooth: Notify adv monitor removed event | Miao-chen Chou | 1 | -0/+16 |
2020-06-18 | Bluetooth: Notify adv monitor added event | Miao-chen Chou | 1 | -1/+17 |
2020-06-18 | Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITOR | Miao-chen Chou | 1 | -0/+35 |
2020-06-18 | Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITOR | Miao-chen Chou | 1 | -0/+100 |
2020-06-18 | Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES | Miao-chen Chou | 1 | -0/+48 |
2020-06-18 | Bluetooth: Add get/set device flags mgmt op | Abhishek Pandit-Subedi | 1 | -0/+128 |
2020-06-18 | Bluetooth: Add bdaddr_list_with_flags for classic whitelist | Abhishek Pandit-Subedi | 1 | -2/+3 |
2020-06-18 | Bluetooth: mgmt: Add commands for runtime configuration | Marcel Holtmann | 1 | -0/+7 |
2020-06-12 | Bluetooth: implement read/set default system parameters mgmt | Alain Michaud | 1 | -0/+8 |
2020-05-11 | Bluetooth: Introduce debug feature when dynamic debug is disabled | Marcel Holtmann | 1 | -0/+87 |
2020-05-11 | Bluetooth: Add support for experimental features configuration | Marcel Holtmann | 1 | -0/+58 |
2020-05-11 | Bluetooth: Replace BT_DBG with bt_dev_dbg for management support | Marcel Holtmann | 1 | -111/+110 |
2020-05-11 | Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list | Marcel Holtmann | 1 | -0/+1 |
2020-04-05 | Bluetooth: Increment management interface revision | Marcel Holtmann | 1 | -1/+1 |
2020-04-05 | Bluetooth: Add support for reading security information | Marcel Holtmann | 1 | -0/+53 |
2020-03-11 | Bluetooth: Pause discovery and advertising during suspend | Abhishek Pandit-Subedi | 1 | -0/+41 |
2020-03-11 | Bluetooth: mgmt: add mgmt_cmd_status in add_advertising | Joseph Hwang | 1 | -1/+4 |
2020-03-08 | Bluetooth: Increment management interface revision | Marcel Holtmann | 1 | -1/+1 |
2020-03-08 | Bluetooth: Enable erroneous data reporting if WBS is supported | Alain Michaud | 1 | -2/+63 |
2020-02-28 | Bluetooth: Support querying for WBS support through MGMT | Alain Michaud | 1 | -0/+4 |
2020-01-22 | Bluetooth: fix appearance typo in mgmt.c | Alain Michaud | 1 | -4/+4 |
2020-01-22 | Bluetooth: adding missing const decoration to mgmt_status_table | Alain Michaud | 1 | -1/+1 |
2020-01-16 | Bluetooth: Increment management interface revision | Marcel Holtmann | 1 | -1/+1 |
2020-01-16 | Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS. | Alain Michaud | 1 | -0/+76 |
2019-09-05 | Bluetooth: mgmt: Use struct_size() helper | Gustavo A. R. Silva | 1 | -6/+2 |
2019-04-23 | Bluetooth: Use struct_size() helper | Gustavo A. R. Silva | 1 | -7/+4 |
2019-02-26 | Bluetooth: Add quirk for reading BD_ADDR from fwnode property | Matthias Kaehlcke | 1 | -2/+4 |
2019-02-26 | Bluetooth: mgmt: Use struct_size() helper | Gustavo A. R. Silva | 1 | -5/+3 |
2018-09-26 | Bluetooth: SMP: fix crash in unpairing | Matias Karhumaa | 1 | -5/+2 |
2018-08-06 | Bluetooth: remove redundant variables 'adv_set' and 'cp' | YueHaibing | 1 | -3/+0 |