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.

CC2340R5: Getting services of peripheral in central

Part Number: CC2340R5

Hi,

                I am using cc2340 as central and peripheral and i am able to successfully connect the central to peripheral and now i want to get services and turn on the notification .
I can able to successfully enable notifications and successfully receive the notifications and data i can transfer on both sides with my Peripheral to Mobile.
Now i want to use my cc2340 as central and want to get services and turn on the notification . In  ATT_EXCHANGE_MTU_RSP I am using GATT_DiscAllPrimaryServices(connHandle, taskID) api and I am getting the status as success but i am not getting any event.


SDK version = simplelink_lowpower_f3_sdk_7_10_00_35.

Thank you.

  • Hello Vignesh,

    Where did you implement the ATT_EXCHANGE_MTU_RSP event? Also did you add ATT_READ_BY_GRP_TYPE_RSP or ATT_ERROR_RSP to your code as the header comments function (GATT_DiscAllPrimaryServices) suggests? (in gatt_client.c)

    regards,