Hello everyone,
I'm try to use the DA14580 with an external host processor via UART.
I based my project on the example code from the proximity project and I get the following working:
- External processor gets GAPM_DEVICE_READY_IND message
- External processor sends GAPM_RESET_CMD
- External processor gets GAPM_CMP_EVT
- External processor sends GAPM_SET_DEV_CONFIG_CMD (role = GAP_PERIPHERAL_SLV)
- External processor get GAPM_CMP_EVT
- External processor sends GAPM_START_ADVERTISE_CMD
Then I can discover the DA14580 with an android application.
But if I try to connect to the DA14580, then I do not receive any message on my host application.
I wonder why I'am nor receiving any GAPC_CONNECTION_REQ_IND message...
Do has someone any ideas?
Best regards.