2021-04-21 07:04 PM
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 ()
2021-06-18 02:43 AM
Bump