cancel
Showing results for 
Search instead for 
Did you mean: 

HCI_COMMAND_COMPLETE_EVT_CODE cannot be received

AkihiroN
Associate III

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.

1 REPLY 1
STTwo-32
ST Employee

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.