bluetooth: Document periodic advertising interval unit

It was not possible to see what unit was used for periodic
advertising interval in the scan recv callback without digging
deep into the code.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
Rubin Gerritsen 2024-04-15 09:07:26 +02:00 committed by Alberto Escolar
parent 46d3bf11c9
commit 1d33322ce1
1 changed files with 1 additions and 1 deletions

View File

@ -2058,7 +2058,7 @@ struct bt_le_scan_recv_info {
uint16_t adv_props;
/**
* @brief Periodic advertising interval.
* @brief Periodic advertising interval (N * 1.25 ms).
*
* If 0 there is no periodic advertising.
*/