This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2651R3SIPA: Host MCU on host_test

Part Number: CC2651R3SIPA

Tool/software:

Hello.

I have been develop modified host_test by configured GATT service table.

When CC2651R3SIPA receive data of write attribute, I'd like to send data to Host MCU.

Do you have API for data taransmit from BLE devie  to Host MCU.

Best Regards,

Okazaki

  • Hi Okazaki,

    Once the modified host_test data has been received, then you can use the NPITask_sendToHost() to send a custom message to the host. This is the API that the host_test project uses by default to send confirmations to the host, but it may be used by your application to send custom data. You will need to ensure the host MCU handles the data properly.

    Best Regards,

    Jan