Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: Host: Clarify use of identity in docs #87407

Merged
merged 1 commit into from
Mar 25, 2025

Conversation

HaavardRei
Copy link
Contributor

Clarifies the use of identity in bluetooth.h by specifying whether the documentation refers to the identity address, i. e. the actual address bt_addr_le_t, or the identity handle, i. e. an index corresponding to a specific identity address.

Copy link
Collaborator

@omkar3141 omkar3141 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments.

@alwa-nordic
Copy link
Collaborator

Tangent info: There is a spec term "device identity" that appears defined like this:

A device identity consists of the peer’s Identity Address and a local and peer’s IRK pair.

Essentially it's a row in the Resolve List of the Controller.

This PR does not use "device identity", and I don't think it applies either, so I'm sharing this just for info.

Copy link
Collaborator

@omkar3141 omkar3141 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Clarifies the use of identity in `bluetooth.h` by specifying whether the
documentation refers to the identity address, i. e. the actual address
`bt_addr_le_t`, or the identity handle, i. e. an index corresponding to
a specific identity address.

Signed-off-by: Håvard Reierstad <haavard.reierstad@nordicsemi.no>
@kartben kartben merged commit c77587a into zephyrproject-rtos:main Mar 25, 2025
28 checks passed
@HaavardRei HaavardRei deleted the bt_doc_identity branch March 27, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Host Bluetooth Host (excluding BR/EDR) area: Bluetooth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants