Hi All,
We have been working on Arduino Mega board with BLE shield. We want to get the address of the BLE shield and we are using aci library for that.
I found this API - lib_aci_get_address(). As per the lib_aci.cpp, this API is calling an internal API "acil_encode_cmd_get_address" to generate message format to get BLE Address. Once message format is framed, hal_aci_tl_send API is invoked and queuing of get device address event is success.
As per specification, i am supposed to receive CommandResponseEvent with device address information. This response is not received.
If anybody faced similar kind of issue, please share your opinion.