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
  • Hello,

    Yes, you could change the advertising payload of the BLE NUS example, sure. You will need to keep advertising the NUS UUID for the example to function as intended - since the central will look for an connect to devices that is advertising the NUS UUID - but you could drop the Nordic_UART device name, and replace it with a manufacturer specific datafield, which contains the company identifier.

    Best regards,
    Karl

Reply
  • Hello,

    Yes, you could change the advertising payload of the BLE NUS example, sure. You will need to keep advertising the NUS UUID for the example to function as intended - since the central will look for an connect to devices that is advertising the NUS UUID - but you could drop the Nordic_UART device name, and replace it with a manufacturer specific datafield, which contains the company identifier.

    Best regards,
    Karl

Children
Related