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.

RTOS/CC2640: Can not find Peripheral function in Multirole example from github

Part Number: CC2640
Other Parts Discussed in Thread: CC2650

Tool/software: TI-RTOS

Hello,

I have downloaded multirole example from github, there is central function in it but I couldn't figured out where it executes peripheral function,

I wanted to send notification through peripheral but could not figured out, here I am attaching link from where i've downloaded example code.

https://github.com/ti-simplelink/ble_examples/tree/ble_examples-2.2

regards,

jaydipsinh

  • Hey Jaydipsinh,

    Take a look at this thread: https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/p/576432/2115582. Although it's for a newer device, the concepts (and perhaps some code) do translate over.

    It looks like the simple_gatt_profile.c (where you would enable notifications for characteristics), is located in the Include folder. Note that you should also install the BLE-STACK-2-2-2.

  • Hello Ammar,


    Thanks for your reply,
    I am working with cc2650 launchpad and here I am trying to read notification from peripheral received by multirole,

    here I am confused how to read notifications.


    regards,
    jaydipsinh

  • Hey Jay,

    There are a few changes that will be required, so make sure to test as you make them.

    Take a look here to see the changes necessary in the processGattMsg() function. Additionally, you'll want to take a look at SimpleProfileChar4, as that has been setup to enable notifications. Note, this characteristic is not directly implemented in the multirole example (you'll see this in multi_role_processCharValueChangeEvt()).

    The simple_gatt_profile.c is located under the include folder, as shown below. If you don't see it, you need to download the latest version of the BLE stack, as mentioned earlier.

    I would recommend taking a look at the SimpleLink Academy Modules, particularly Custom Profile, to learn more about setting up the profile and characteristics. Additionally, there is more information in the software developer's guide under the ble_sdk_2_02_02_25/docs folder.

  • Hello Ammar,
    Thanks for your replies,
    it helped.
    regards,
    jaydipsinh