2024-06-10 07:37 AM - edited 2024-06-10 07:38 AM
Hi,
In my product, I use the STM32WB5MMG module as Bluetooth link with the rest of the product.
The STM32WB5MMG module is configure as Client.
But during the discovery procedure, I always go to :
- SVCCTL_App_Notification -> case HCI_VENDOR_SPECIFIC_DEBUG_EVT_CODE -> case ACI_GAP_PROC_COMPLETE_VSEVT_CODE with BleApplicationContext.DeviceServerFound = 0.
But I don't find any informations about the event code HCI_VENDOR_SPECIFIC_DEBUG_EVT_CODE (0xFF).
Do you have some informations this ?
2024-06-18 08:06 AM
Hello @arault
For such a purpose, I suggest you take a look at the part 5.4.1 of the BLUETOOTH CORE SPECIFICATION Version 5.4 | Vol 4, Part E. It should guide you to understand this.
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.