Skip to content

Commit 49d6b6b

Browse files
Thalleyfabiobaltieri
authored andcommitted
Bluetooth: Fix spelling in some public header files
Fixes a few spelling mistakes Signed-off-by: Emil Gydesen <[email protected]>
1 parent 28d7d14 commit 49d6b6b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

include/zephyr/bluetooth/bluetooth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ struct bt_le_per_adv_sync_recv_info {
15301530
/** The value of the event counter where the subevent indication was received. */
15311531
uint16_t periodic_event_counter;
15321532

1533-
/** The subevent where the subevend indication was received. */
1533+
/** The subevent where the subevent indication was received. */
15341534
uint8_t subevent;
15351535
#endif /* CONFIG_BT_PER_ADV_SYNC_RSP */
15361536
};

include/zephyr/bluetooth/l2cap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ struct bt_l2cap_le_chan {
171171
*
172172
* If the application has set an alloc_buf channel callback for the
173173
* channel to support receiving segmented L2CAP SDUs the application
174-
* should inititalize the MTU of the Receiving Endpoint. Otherwise the
174+
* should initialize the MTU of the Receiving Endpoint. Otherwise the
175175
* MTU of the receiving endpoint will be initialized to
176176
* @ref BT_L2CAP_SDU_RX_MTU by the stack.
177177
*

include/zephyr/bluetooth/uuid.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ struct bt_uuid_128 {
432432
#define BT_UUID_CSC \
433433
BT_UUID_DECLARE_16(BT_UUID_CSC_VAL)
434434
/**
435-
* @brief Cyclicg Power Service UUID value
435+
* @brief Cycling Power Service UUID value
436436
*/
437437
#define BT_UUID_CPS_VAL 0x1818
438438
/**
@@ -620,7 +620,7 @@ struct bt_uuid_128 {
620620
*/
621621
#define BT_UUID_ECS_VAL 0x183c
622622
/**
623-
* @brief Energency Configuration Service
623+
* @brief Emergency Configuration Service
624624
*/
625625
#define BT_UUID_ECS \
626626
BT_UUID_DECLARE_16(BT_UUID_ECS_VAL)
@@ -1003,11 +1003,11 @@ struct bt_uuid_128 {
10031003
#define BT_UUID_GAP_APPEARANCE \
10041004
BT_UUID_DECLARE_16(BT_UUID_GAP_APPEARANCE_VAL)
10051005
/**
1006-
* @brief GAP Characteristic Peripheal Privacy Flag UUID value
1006+
* @brief GAP Characteristic Peripheral Privacy Flag UUID value
10071007
*/
10081008
#define BT_UUID_GAP_PPF_VAL 0x2a02
10091009
/**
1010-
* @brief GAP Characteristic Peripheal Privacy Flag
1010+
* @brief GAP Characteristic Peripheral Privacy Flag
10111011
*/
10121012
#define BT_UUID_GAP_PPF \
10131013
BT_UUID_DECLARE_16(BT_UUID_GAP_PPF_VAL)
@@ -3546,7 +3546,7 @@ struct bt_uuid_128 {
35463546
*/
35473547
#define BT_UUID_GATT_RCCP_VAL 0x2b1f
35483548
/**
3549-
* @brief GATT Characteristic Reconnection Configurationn Control Point
3549+
* @brief GATT Characteristic Reconnection Configuration Control Point
35503550
*/
35513551
#define BT_UUID_GATT_RCCP \
35523552
BT_UUID_DECLARE_16(BT_UUID_GATT_RCCP_VAL)
@@ -3569,11 +3569,11 @@ struct bt_uuid_128 {
35693569
#define BT_UUID_GATT_IDD_S \
35703570
BT_UUID_DECLARE_16(BT_UUID_GATT_IDD_S_VAL)
35713571
/**
3572-
* @brief GATT Characteristic IDD Announciation Status UUID Value
3572+
* @brief GATT Characteristic IDD Annunciation Status UUID Value
35733573
*/
35743574
#define BT_UUID_GATT_IDD_AS_VAL 0x2b22
35753575
/**
3576-
* @brief GATT Characteristic IDD Announciation Status
3576+
* @brief GATT Characteristic IDD Annunciation Status
35773577
*/
35783578
#define BT_UUID_GATT_IDD_AS \
35793579
BT_UUID_DECLARE_16(BT_UUID_GATT_IDD_AS_VAL)
@@ -3857,7 +3857,7 @@ struct bt_uuid_128 {
38573857
#define BT_UUID_GATT_SLP_AID \
38583858
BT_UUID_DECLARE_16(BT_UUID_GATT_SLP_AID_VAL)
38593859
/**
3860-
* @brief GATT Characteristic Sleep Actiity Summary Data UUID Value
3860+
* @brief GATT Characteristic Sleep Activity Summary Data UUID Value
38613861
*/
38623862
#define BT_UUID_GATT_SLP_ASD_VAL 0x2b42
38633863
/**

0 commit comments

Comments
 (0)