commit | b07be641e788d6be277ccfe8931149c993f9574e | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Fri Sep 26 10:18:16 2025 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Fri Oct 10 12:59:08 2025 -0400 |
tree | 22319a982343af5f0488002a775f1cbc0ca15781 | |
parent | 6d7794969827556704c2440736b5254fe9e09e37 [diff] |
Bluetooth: Controller: Deprecate bt_ctlr_set_public_addr Deprecate the bt_ctlr_set_public_addr function. It is unused in the tree, and there is a vendor specific HCI command that can be used for the same purpose. The function does not have any tests and is basically unmaintained. Additionally it is the only function in the public controller API, and removing it would allow us to remove that part completely as unused. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>