Skip to content

Commit 358fa5d

Browse files
author
andreas.larsson
committed
Minor comment fixes
1 parent 8d4e602 commit 358fa5d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/sdk/ublox-odin-w2-drivers/cb_bt_pan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*
17-
* Component : Bluetooth Serial
17+
* Component : Bluetooth PAN Data Manager
1818
* File : cb_bt_pan.h
1919
*
2020
* Description : Data management for PAN profile

targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/sdk/ublox-odin-w2-drivers/cb_bt_test_man.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ extern cb_int32 cbBTM_enableDUT(cbBTM_TestCallback callback);
8989
* 0x03 = BT EDR 3MB (8-DPSK)
9090
* 0x04 = BT LE (BLE, GMSK)
9191
* 0x05 = ANT (GFSK)
92-
* @param testPattern Range: 0x00 - 0x07
92+
* @param testPattern Range: 0x00 - 0x07
9393
* 0x00 = PN9
9494
* 0x01 = PN15
9595
* 0x02 = ZOZO (101010101010101010)
@@ -165,7 +165,7 @@ extern cb_int32 cbBTM_tiDrpbTesterConRx(
165165
* @param frequencyMode 0x00 = Hopping 0x03 = Single frequency
166166
* @param txSingleFrequency Transmission frequency in MHz,Range 2402 - 2480, 0xFFFF = no TX
167167
* @param rxSingleFrequency Transmission frequency in MHz,Range 2402 - 2480, 0xFFFF = no RX
168-
* @param aclDataPattern ACL TX packet data pattern Range: 0x00 - 0x05
168+
* @param aclDataPattern ACL TX packet data pattern Range: 0x00 - 0x05
169169
* 0x00 = All 0
170170
* 0x01 = All 1
171171
* 0x02 = ZOZO (101010101010101010)

targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/sdk/ublox-odin-w2-drivers/cb_gatt_client.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
* app must wait until all responses from an outstanding request have been
3232
* received.
3333
* - In the callback of the request another request can not be done except when
34-
* - The request is interrupted by setting the return value to FALSE
35-
* or when in the last callback which contains an error code.
36-
* - Most of the GATT requests can be interrupted by returning FALSE in the
34+
* the request is interrupted by setting the return value to FALSE
35+
* or when in the last callback which contains an error code.
36+
* - Most of the GATT requests can be interrupted by returning FALSE in the
3737
* callback.
3838
*
3939
* See Bluetooth 4.0 specification for more info on GATT and ATT chapters:

0 commit comments

Comments
 (0)