cancel
Showing results for 
Search instead for 
Did you mean: 

[STM32WB55]How to modify the broadcast frequency of Beacon after it starts broadcasting

kdeng.1
Associate

How to modify the broadcast frequency of Beacon after it starts broadcasting, I follow the order:

aci_gap_set_discoverable() ->  Aci_gap_update_adv_data (), but does not work, else(base on BLE_HeartRate):

aci_gap_set_non_discoverable () ->aci_gap_set_discoverable() -> aci_gap_update_adv_data()

, will enter HardFault in the first step aci_gap_set_non_discoverable ()

1 REPLY 1
BPrac.1
Associate II

Bump