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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -509,7 +509,7 @@ Called with discovered characteristics when discovery is finished
509
509
],
510
510
"#if" : "defined(NRF52_SERIES)"
511
511
}
512
-
(2v28+) This event is fired when the phy (radio) is changed for the active Bluetooth connection. The parameter is the data `[tx_phy, rx_phy, status]`
512
+
(2v28+, nRF52840 only) This event is fired when the phy (radio) is changed for the active Bluetooth connection. The parameter is the data `[tx_phy, rx_phy, status]`
513
513
514
514
`tx_phy`/`rx_phy` are integers where each bit corresponds to:
515
515
@@ -528,7 +528,7 @@ Called with discovered characteristics when discovery is finished
528
528
],
529
529
"#if" : "defined(NRF52_SERIES)"
530
530
}
531
-
(2v28+) This event is fired when the phy (radio) is requested to change for the active Bluetooth connection. The parameter is the data `[tx_phy, rx_phy]`
531
+
(2v28+, nRF52840 only) This event is fired when the phy (radio) is requested to change for the active Bluetooth connection. The parameter is the data `[tx_phy, rx_phy]`
532
532
533
533
`tx_phy`/`rx_phy` are integers where each bit corresponds to:
534
534
@@ -547,7 +547,7 @@ eg. `7` means all phys (eg any) have been requested
547
547
],
548
548
"#if" : "defined(NRF52_SERIES)"
549
549
}
550
-
(2v28+) This event is fired when the MTU changes for the active Bluetooth connection. Yhis is the amount of
550
+
(2v28+) This event is fired when the MTU changes for the active Bluetooth connection. This is the amount of
551
551
data that can be transferred in one packet.
552
552
*/
553
553
@@ -589,7 +589,7 @@ received. It doesn't get called if NFC is started with `NRF.nfcURL` or
589
589
],
590
590
"#if" : "defined(NRF52_SERIES)"
591
591
}
592
-
(2v28+) This event is fired when the phy (radio) is changed for this Bluetooth connection. The parameter is the data `[tx_phy, rx_phy, status]`
592
+
(2v28+, nRF52840 only) This event is fired when the phy (radio) is changed for this Bluetooth connection. The parameter is the data `[tx_phy, rx_phy, status]`
593
593
594
594
`tx_phy`/`rx_phy` are integers where each bit corresponds to:
595
595
@@ -608,7 +608,7 @@ received. It doesn't get called if NFC is started with `NRF.nfcURL` or
608
608
],
609
609
"#if" : "defined(NRF52_SERIES)"
610
610
}
611
-
(2v28+) This event is fired when the phy (radio) is requested to change for this Bluetooth connection. The parameter is the data `[tx_phy, rx_phy]`
611
+
(2v28+, nRF52840 only) This event is fired when the phy (radio) is requested to change for this Bluetooth connection. The parameter is the data `[tx_phy, rx_phy]`
612
612
613
613
`tx_phy`/`rx_phy` are integers where each bit corresponds to:
614
614
@@ -627,7 +627,7 @@ eg. `7` means all phys (eg any) have been requested
627
627
],
628
628
"#if" : "defined(NRF52_SERIES)"
629
629
}
630
-
(2v28+) This event is fired when the MTU changes for the active Bluetooth connection. Yhis is the amount of
630
+
(2v28+) This event is fired when the MTU changes for the active Bluetooth connection. This is the amount of
0 commit comments