Hello ,
we know that, when initialize a BLE slave device ,we need to define the BLE MAC address type.(we need to write our owen address ,not usig the original ble address in the chip )
In our production process, we use serevarl different ble mac address type. sometimes we use Random static address,and sometimes, we use the public type address.
we want to give only one firmware to the production line, when they programing the IC in produciton, they can write the ble address as they want, and no need to distinguish the ble address
type. So we want to know ,do the nordic ble stack can distinguish the different ble address type automaticly and give the application a feedback of which type ble address have been write.
Then the application get the ble address type through the BLE stack, and then the applicaiton ues the feedback to finish the ble mac address type initialization.
can we achieve this?
best regards,
Mary