From b8856aed0daef2c7d6e8a77309f3da2c23d80cc4 Mon Sep 17 00:00:00 2001 From: Armin Brauns Date: Mon, 4 Dec 2023 09:27:55 +0000 Subject: [PATCH] drivers: bluetooth: add more documentation for BT_HCI_SET_PUBLIC_ADDR Hopefully this should now aid driver developers as well as application developers. Signed-off-by: Armin Brauns --- drivers/bluetooth/hci/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index 9964b57036f..86e450c52c2 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -175,6 +175,9 @@ config BT_HCI_SET_PUBLIC_ADDR public identity through vendor-specific commands. They can then implement the setup() HCI driver API function and get the address to set from the public_addr field. + From the application side, the public address is set using the first call to + bt_id_create(), before calling bt_enable(). + config BT_HCI_SETUP bool help