Changing Opcode command for write req

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Changing Opcode command for write req

802 Views
rajarathinamlaw
Contributor I


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

Labels (2)
Tags (1)
0 Kudos
1 Reply

576 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

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