Changing Opcode command for write req

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Changing Opcode command for write req

840 次查看
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

标签 (2)
标记 (1)
0 项奖励
1 回复

614 次查看
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