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 <armin.brauns@embedded-solutions.at>
This commit is contained in:
parent
281f27ec38
commit
b8856aed0d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue