You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/bluetooth/jswrap_bluetooth.c
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1274,11 +1274,11 @@ long when converted to a String.
1274
1274
1275
1275
On NRF52833/NRF52840 based devices you can specify `phy` (the physical connection type used) as:
1276
1276
1277
-
* `1mbps` - the default Bluetooth phy (compatible with everything)
1278
-
* `2mbps` - a faster Bluetooth connection
1279
-
* `coded` - a slower connection with error correction (much longer range)
1280
-
* `coded,1mbps` - both long range and normal, but advertisements sent on the `coded` phy
1281
-
* `1mbps,coded` - both long range and normal, but advertisements sent on the `1mbps` phy - this allows for long range connections while also being compatible with everything
1277
+
* `phy:"1mbps""` - the default Bluetooth phy (compatible with everything)
1278
+
* `phy:"2mbps"` - a faster Bluetooth connection
1279
+
* `phy:"coded"` - a slower connection with error correction (much longer range)
1280
+
* `phy:"coded,1mbps"` - both long range and normal, but advertisements sent on the `coded` phy
1281
+
* `phy:"1mbps,coded"` - both long range and normal, but advertisements sent on the `1mbps` phy - this allows for long range connections while also being compatible with everything
1282
1282
1283
1283
If you wish to have the best of both world (long range advertising and compatiblity) then
1284
1284
Nordic suggest changing advertising between `coded,1mbps` and `1mbps,coded` every 500ms
0 commit comments