Skip to content

Commit c6d5f4e

Browse files
authored
fix: LeSetPeriodicAdvParamsV2 OCF. fixes #62 (#63)
1 parent 6687c07 commit c6d5f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/le.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ cmd! {
609609

610610
cmd! {
611611
/// LE Set Periodic Advertising Parameters (v2) command [📖](https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-54/out/en/host-controller-interface/host-controller-interface-functional-specification.html#UUID-e0bc9abb-d57e-8a02-b515-428c7f30e7d2)
612-
LeSetPeriodicAdvParamsV2(LE, 0x003e) {
612+
LeSetPeriodicAdvParamsV2(LE, 0x0086) {
613613
LeSetPeriodicAdvParamsV2Params {
614614
periodic_adv_interval_min: Duration<1_250>,
615615
periodic_adv_interval_max: Duration<1_250>,

0 commit comments

Comments
 (0)