diff --git a/include/zephyr/bluetooth/bluetooth.h b/include/zephyr/bluetooth/bluetooth.h index d1621e86bdd..364514fc343 100644 --- a/include/zephyr/bluetooth/bluetooth.h +++ b/include/zephyr/bluetooth/bluetooth.h @@ -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 */ }; diff --git a/include/zephyr/bluetooth/l2cap.h b/include/zephyr/bluetooth/l2cap.h index ae63c818dd8..02bb706f870 100644 --- a/include/zephyr/bluetooth/l2cap.h +++ b/include/zephyr/bluetooth/l2cap.h @@ -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. * diff --git a/include/zephyr/bluetooth/uuid.h b/include/zephyr/bluetooth/uuid.h index 16943f89e63..f430fc7edf5 100644 --- a/include/zephyr/bluetooth/uuid.h +++ b/include/zephyr/bluetooth/uuid.h @@ -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 /** @@ -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) @@ -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) @@ -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) @@ -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) @@ -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 /**