Hi,
I need to use two or more different event lengths for different modes. The event length should be set based on the mode before establishing a connection. I found that sdc_hci_cmd_vs_event_length_set()
can be used for this purpose.
To implement this, I added the header:
Then, I tried to use the function with the following code:
However, I am unable to compile the project due to the following error:
"Undefined reference to sdc_hci_cmd_vs_event_length_set
."
Could you help me understand why this error occurs? Are there additional header files or configurations required?
Can you please provide an example implementation to make integration easier?