Other Parts Discussed in Thread: CC2650
Tool/software: TI-RTOS
Hello,
I am working on a product prototyping on CC2650 launchpad with the simple central (from simple-link GitHub) as the starting point for the application.
I would like to read and write the characteristics value of another CC2650 launchpad running on simple peripheral. After reading the user guide I replace my code in the
buttoncb function ( SimpleBLECentral_handleKeys() ). on building the code it is throwing lot of errors.
can I use the GATT_DiscCharsByUUID() function directly before discovering service?
GATT_DiscCharsByUUID( uint16 connHandle, attReadByTypeReq_t *pReq, uint8 taskId )
Also what is the taskid parameter and pReq? any implementation example available?
where could I get support on this?
Thank you
Regards,
Tom Victor
CTO, Technorip Innovations pvt Ltd