This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to implement Alexa gadget EIR ?

I want to implement Alexa gadget at nrf52832 / nrf52840.

Ref following Amazon information for the EIR part

https://developer.amazon.com/docs/alexa-gadgets-toolkit/gadget-settings-bluetooth-communication.html

https://github.com/alexa/alexa-gadgets-sample-code/blob/master/ConnectionHelpers/EIR/bluetooth_eir.c

How to use  Amazon construct_gadget_eir(uint8_t* buffer, uint8_t* p_len, const char* gadget_name, uint16_t pid, uint16_t vid)  buffer output to config ble_advertising_init_t -> srdata ?

Parents Reply Children
Related