in S130 v2.0.0, what is address of central?
i'm using ble central tutorial successfully compiled. in case of ble peripheral, i can set address whenever running. so ble peripheral, i can store and load mac address from flash data.
but conversely ble central, i dont need to store and load mac address of ble central because there is no code setting mac address in ble central tutorial.
Anyway, if i load mac address from flash store and check the 'FF FF FF FF FF FF' address, i don't know whether address is of ble_central (not written) or of ble peripheral(broadcast 'FF FF FF FF FF FF').