Skip to content

Commit 9bfb654

Browse files
weeTikerlubos
authored andcommitted
[nrf fromtree] Bluetooth: Host: Fix spelling mistakes in cs.h
Fix a spelling mistake in the enum bt_le_cs_procedure_phy, and various mistakes in comments. Signed-off-by: Timothy Keys <[email protected]> (cherry picked from commit 59126ac) Signed-off-by: Sean Madigan <[email protected]>
1 parent ad4c704 commit 9bfb654

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

include/zephyr/bluetooth/cs.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ enum bt_le_cs_test_override_4_tone_antenna_permutation {
215215
BT_LE_CS_TEST_OVERRIDE_4_ANTENNA_PERMUTATION_INDEX_21 = BT_HCI_OP_LE_CS_TEST_AP_INDEX_21,
216216
BT_LE_CS_TEST_OVERRIDE_4_ANTENNA_PERMUTATION_INDEX_22 = BT_HCI_OP_LE_CS_TEST_AP_INDEX_22,
217217
BT_LE_CS_TEST_OVERRIDE_4_ANTENNA_PERMUTATION_INDEX_23 = BT_HCI_OP_LE_CS_TEST_AP_INDEX_23,
218-
/** Loop through all valid Antenna Permuation Indices starting
218+
/** Loop through all valid Antenna Permutation Indices starting
219219
* from the lowest index.
220220
*/
221221
BT_LE_CS_TEST_OVERRIDE_4_ANTENNA_PERMUTATION_INDEX_LOOP =
@@ -638,7 +638,7 @@ int bt_le_cs_test_cb_register(struct bt_le_cs_test_cb cs_test_cb);
638638
* of either the initiator or reflector.
639639
*
640640
* The first mode-0 channel in the list is used as the starting channel for
641-
* the test. At the beginning of any test, the IUT in the flector role shall
641+
* the test. At the beginning of any test, the IUT in the reflector role shall
642642
* listen on the first mode-0 channel until it receives the first transmission
643643
* from the initiator. Similarly, with the IUT in the initiator role, the tester
644644
* will start by listening on the first mode-0 channel and the IUT shall transmit
@@ -718,7 +718,7 @@ void bt_le_cs_step_data_parse(struct net_buf_simple *step_data_buf,
718718

719719
/** @brief CS Security Enable
720720
*
721-
* This commmand is used to start or restart the Channel Sounding Security
721+
* This command is used to start or restart the Channel Sounding Security
722722
* Start procedure in the local Controller for the ACL connection identified
723723
* in the conn parameter.
724724
*
@@ -753,7 +753,7 @@ int bt_le_cs_procedure_enable(struct bt_conn *conn,
753753

754754
enum bt_le_cs_procedure_phy {
755755
BT_LE_CS_PROCEDURE_PHY_1M = BT_HCI_OP_LE_CS_PROCEDURE_PHY_1M,
756-
BT_LE_CS_PROCEUDRE_PHY_2M = BT_HCI_OP_LE_CS_PROCEDURE_PHY_2M,
756+
BT_LE_CS_PROCEDURE_PHY_2M = BT_HCI_OP_LE_CS_PROCEDURE_PHY_2M,
757757
BT_LE_CS_PROCEDURE_PHY_CODED_S8 = BT_HCI_OP_LE_CS_PROCEDURE_PHY_CODED_S8,
758758
BT_LE_CS_PROCEDURE_PHY_CODED_S2 = BT_HCI_OP_LE_CS_PROCEDURE_PHY_CODED_S2,
759759
};

0 commit comments

Comments
 (0)