aci_gatt_write_char_desc() uses undocumented ACI command opcode 0xFD21
Greetings,
There is a post explaining how the aci_gatt_write_char_desc() function should be used to enable notification events for a characteristic that may be notified by the server/peripheral. The opcode, defined as
rq.ogf = 0x3f;
rq.ocf = 0x121;
is the 16 bit opcode 0xFD21. The September 2025 release of AN5270 (revision 32) omits this command.
Can we get an update to the AN5270 with an explanation of this command?
Cheers
