When I am tring to transfer data from Client (data write request) , Data transfering with write attribute as gAttOpcodeWriteCommand_c(0x52) but Data transfer need to configure as gAttOpcodeWriteRequest_c(0x12)
Please refer attached snapshot and suggest us, any seperate API call for gAttOpcodeWriteRequest_c(0x12) or
How to change the Opcode command.
Regards,
Raja
Hi Rajarathinam,
Be sure the initialization characteristics write procedure, the param bool_t withoutResponse is selected by 0.
The gAttOpcodeWriteRequest_c will enable, and if you check with the sniffer the opcode will change and wait for an answer request.
Let me know if the problem continues
Hope It helps
Mario