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.