Skip to main content
Lep
Senior
October 19, 2022
Solved

STM32WB55RGV6(ble server notification)

  • October 19, 2022
  • 1 reply
  • 717 views

How can I change the interval of ble notification (in C/S frame)?

This topic has been closed for replies.
Best answer by Remy ISSALYS

Hello,

You can change the connection interval using aci_l2cap_connection_parameter_update_req command, you can look BLE_p2pServer example which allow to change connection interval by pressing SW2.

Best Regards

1 reply

Remy ISSALYS
Remy ISSALYSBest answer
ST Technical Moderator
October 28, 2022

Hello,

You can change the connection interval using aci_l2cap_connection_parameter_update_req command, you can look BLE_p2pServer example which allow to change connection interval by pressing SW2.

Best Regards