Hi ,
In simple Central code we are able to read and write on characteristic 1 by using GATTread or GATTwrite API but along with the characteristic 1 If we need to do data transaction with one more characteristic like characteristic 2 also then how we need to do?
and what is the procedure to select the characteristic before doing GATTread or GATTwrite ? If handle we have to pass the handle then how to the get the handle for specific characteristic?