Adding custom handler in BLE host mode with external MCU
Hi Dialog team,
I am trying to understand how can I add custom handler to the empty_template_ext. Basically we have STM32 as external processor. We are using UART for communication between STM32 and DA14585 with GTL protocol. We want to operate BLE in scanner/observer mode
With the existing code, I could get BD Address, scan for nearby devices. Now to build the application, we are looking for some custom implementation. Say we want to send a command from STM32 to DA14585 to blink LED, read some GPIO status, how can I achieve this.