Skip to content

Commit c2fd35f

Browse files
[nrf fromtree] bluetooth: host: minor doc correction for bt_le_cs_step_data_parse()
This function can be used to parse HCI-formatted subevent results regardless of whether they come from CS Test or not Signed-off-by: Olivier Lesage <[email protected]> (cherry picked from commit 60a2d7d)
1 parent 1631d3a commit c2fd35f

File tree

1 file changed

+1
-1
lines changed
  • include/zephyr/bluetooth

1 file changed

+1
-1
lines changed

include/zephyr/bluetooth/cs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ int bt_le_cs_remove_config(struct bt_conn *conn, uint8_t config_id);
718718
*/
719719
int bt_le_cs_stop_test(void);
720720

721-
/** @brief Parse CS Test Subevent Results
721+
/** @brief Parse CS Subevent Step Data
722722
*
723723
* A helper for parsing HCI-formatted step data found in channel sounding subevent results.
724724
*

0 commit comments

Comments
 (0)