Question
''Write Command'', opcode = 0x52
Posted on April 16, 2015 at 15:36
Hi,
I'd like to knwow how I can generate a ''Write Command'', opcode = 0x52, in the Attribute Protocol.So far I'm able to send a ''Write Request'', opcode = 0x12, using the Aci_Gatt_Write_Char_Descriptor (HCI = 0xFD21).What I need now is to send a ''Write Command opcode = 0x52'' in the Attribute Protocol.I could not figure out which ACi_xxx coammnd I should be using.Could you please help me on this one ?Thank you!