Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

is it possible to advertise APP_COMPANY_IDENTIFIER in ble_app_uart

I would like to advertise  APP_COMPANY_IDENTIFIER in ble_app_uart.

Please let me know if it is possible.

Parents Reply
  • You will need to change this in the advertising_init function. You could take a look at this blogpost which includes an example that demonstrates how you may include the manufacturer specific datafield in your advertising payload. The example is made to show how to dynamically update the payload, which is not important in your case, but it still adds the manufacturer specific datafield to the advertising.
    Please keep the hard 31 byte limit (including 2 bytes overhead per datafield) to the advertising payload length in mind.

    Best regards,
    Karl

Children
No Data
Related