2024-05-07 05:35 PM
BLE peripherals are implemented using NUCLEOWB55RG.
I would like to check if Advertsing is working properly by receiving the completion of the asynchronous aci_gap_set_discoverable execution with HCI_COMMAND_COMPLETE_EVT_CODE, HCI_COMMAND_COMPLETE_EVT _CODE is not received. How should I handle this?
HCI_COMMAND_COMPLETE_EVT_CODE is implemented in SVCCTL_App_Notification as follows.
p_event_pckt = (hci_event_pckt*)((hci_uart_pckt*)p_Pckt)->data;
switch (p_event_pckt->evt)
{
case HCI_COMMAND_COMPLETE_EVT_CODE: /* HCI_COMMAND_COMPLETE_EVT_CODE
Also, the Wireless Coprocessor Binary Version is v1.8 and stm32wb5x_BLE_Stack_full_fw is used.
Please could someone please enlighten me on this.
2024-06-02 10:05 AM
Hello @AkihiroN
Could you use the last version of the firmware binary (V1.19.0).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.