Hi, NXP expert.
I am testing beacon(extended Advertising) using KW36 Board.
The Gap_SetExtAdvertisingParameters function returns an error while testing an extended Advertising using the beacon example code. (SDK_2.2.3_FRDM-KW36\boards\frdmkw36\wireless_examples\bluetooth\beacon)
--------------------------------------------------------------------------------------------------------------------------------------
* beacon.h
#ifndef gBeaconAE_c
#define gBeaconAE_c 1
#endif
* beacon.c
if (gBleSuccess_c != Gap_SetExtAdvertisingParameters(&gExtAdvParams))
{
panic(0, 0, 0, 0);
}
--------------------------------------------------------------------------------------------------------------------------------------
Can you tell me why the error occurs?
Thank you.