Skip to content

Commit

Permalink
Bluetooth: Fix spelling in some public header files
Browse files Browse the repository at this point in the history
Fixes a few spelling mistakes

(cherry picked from commit 49d6b6b)

Original-Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
GitOrigin-RevId: 49d6b6b
Change-Id: Ib401acbedc8721a08f50f5e80a83cf8fb18b72d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5516684
Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Tested-by: Ting Shen <phoenixshen@chromium.org>
  • Loading branch information
Thalley authored and Chromeos LUCI committed May 6, 2024
1 parent b6e3ec7 commit f88d00c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion include/zephyr/bluetooth/bluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ struct bt_le_per_adv_sync_recv_info {
/** The value of the event counter where the subevent indication was received. */
uint16_t periodic_event_counter;

/** The subevent where the subevend indication was received. */
/** The subevent where the subevent indication was received. */
uint8_t subevent;
#endif /* CONFIG_BT_PER_ADV_SYNC_RSP */
};
Expand Down
2 changes: 1 addition & 1 deletion include/zephyr/bluetooth/l2cap.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ struct bt_l2cap_le_chan {
*
* If the application has set an alloc_buf channel callback for the
* channel to support receiving segmented L2CAP SDUs the application
* should inititalize the MTU of the Receiving Endpoint. Otherwise the
* should initialize the MTU of the Receiving Endpoint. Otherwise the
* MTU of the receiving endpoint will be initialized to
* @ref BT_L2CAP_SDU_RX_MTU by the stack.
*
Expand Down
16 changes: 8 additions & 8 deletions include/zephyr/bluetooth/uuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ struct bt_uuid_128 {
#define BT_UUID_CSC \
BT_UUID_DECLARE_16(BT_UUID_CSC_VAL)
/**
* @brief Cyclicg Power Service UUID value
* @brief Cycling Power Service UUID value
*/
#define BT_UUID_CPS_VAL 0x1818
/**
Expand Down Expand Up @@ -620,7 +620,7 @@ struct bt_uuid_128 {
*/
#define BT_UUID_ECS_VAL 0x183c
/**
* @brief Energency Configuration Service
* @brief Emergency Configuration Service
*/
#define BT_UUID_ECS \
BT_UUID_DECLARE_16(BT_UUID_ECS_VAL)
Expand Down Expand Up @@ -1003,11 +1003,11 @@ struct bt_uuid_128 {
#define BT_UUID_GAP_APPEARANCE \
BT_UUID_DECLARE_16(BT_UUID_GAP_APPEARANCE_VAL)
/**
* @brief GAP Characteristic Peripheal Privacy Flag UUID value
* @brief GAP Characteristic Peripheral Privacy Flag UUID value
*/
#define BT_UUID_GAP_PPF_VAL 0x2a02
/**
* @brief GAP Characteristic Peripheal Privacy Flag
* @brief GAP Characteristic Peripheral Privacy Flag
*/
#define BT_UUID_GAP_PPF \
BT_UUID_DECLARE_16(BT_UUID_GAP_PPF_VAL)
Expand Down Expand Up @@ -3546,7 +3546,7 @@ struct bt_uuid_128 {
*/
#define BT_UUID_GATT_RCCP_VAL 0x2b1f
/**
* @brief GATT Characteristic Reconnection Configurationn Control Point
* @brief GATT Characteristic Reconnection Configuration Control Point
*/
#define BT_UUID_GATT_RCCP \
BT_UUID_DECLARE_16(BT_UUID_GATT_RCCP_VAL)
Expand All @@ -3569,11 +3569,11 @@ struct bt_uuid_128 {
#define BT_UUID_GATT_IDD_S \
BT_UUID_DECLARE_16(BT_UUID_GATT_IDD_S_VAL)
/**
* @brief GATT Characteristic IDD Announciation Status UUID Value
* @brief GATT Characteristic IDD Annunciation Status UUID Value
*/
#define BT_UUID_GATT_IDD_AS_VAL 0x2b22
/**
* @brief GATT Characteristic IDD Announciation Status
* @brief GATT Characteristic IDD Annunciation Status
*/
#define BT_UUID_GATT_IDD_AS \
BT_UUID_DECLARE_16(BT_UUID_GATT_IDD_AS_VAL)
Expand Down Expand Up @@ -3857,7 +3857,7 @@ struct bt_uuid_128 {
#define BT_UUID_GATT_SLP_AID \
BT_UUID_DECLARE_16(BT_UUID_GATT_SLP_AID_VAL)
/**
* @brief GATT Characteristic Sleep Actiity Summary Data UUID Value
* @brief GATT Characteristic Sleep Activity Summary Data UUID Value
*/
#define BT_UUID_GATT_SLP_ASD_VAL 0x2b42
/**
Expand Down

0 comments on commit f88d00c

Please sign in to comment.