File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/sdk/ublox-odin-w2-drivers Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*
17
- * Component : Bluetooth Serial
17
+ * Component : Bluetooth PAN Data Manager
18
18
* File : cb_bt_pan.h
19
19
*
20
20
* Description : Data management for PAN profile
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ extern cb_int32 cbBTM_enableDUT(cbBTM_TestCallback callback);
89
89
* 0x03 = BT EDR 3MB (8-DPSK)
90
90
* 0x04 = BT LE (BLE, GMSK)
91
91
* 0x05 = ANT (GFSK)
92
- * @param testPattern Range: 0x00 - 0x07
92
+ * @param testPattern Range: 0x00 - 0x07
93
93
* 0x00 = PN9
94
94
* 0x01 = PN15
95
95
* 0x02 = ZOZO (101010101010101010)
@@ -165,7 +165,7 @@ extern cb_int32 cbBTM_tiDrpbTesterConRx(
165
165
* @param frequencyMode 0x00 = Hopping 0x03 = Single frequency
166
166
* @param txSingleFrequency Transmission frequency in MHz,Range 2402 - 2480, 0xFFFF = no TX
167
167
* @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
169
169
* 0x00 = All 0
170
170
* 0x01 = All 1
171
171
* 0x02 = ZOZO (101010101010101010)
Original file line number Diff line number Diff line change 31
31
* app must wait until all responses from an outstanding request have been
32
32
* received.
33
33
* - 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
37
37
* callback.
38
38
*
39
39
* See Bluetooth 4.0 specification for more info on GATT and ATT chapters:
You can’t perform that action at this time.
0 commit comments