Hello,
I am using multirole as central on cc2640r2f and on another cc2640r2f i am using simple_peripheral project. but when i perform the write request after getting the handles for the characteristics
I am performing service and char discovery from the central. Then after getting the handel values i try to write value on char with:
status = GATT_WriteNoRsp (connHandleMap[index].connHandle, &req);
i am getting status as successful but i don,t see (i have attached debugger) any value coming to simple_peripehral.
So I want to know that if can see the service/char requests are really coming to slave device. How i can see in the application? Which events are generated when a service / char discovery request comes from the master device.
I will be waiting for your kind reply.