Files
Michał Narajowski a1bfe3a6ae apps/blemesh: Fix Vendor Model opcode
Previously Vendor Model used Generic OnOff opcodes. According
to the spec, vendor models should use 3-octet opcodes.

Mesh Profile Specification, Section 2.3.3:
"An opcode may be a single octet (for special messages that require maximum
possible payload for parameters), 2 octets (for standard messages), or 3 octets
(for vendor-specific messages)."

This patch fixes that, by defining vendor specific opcode
and adds a callback, that reads the received message
and sends it back to the source.
2018-12-12 18:24:15 +01:00
..
2018-12-12 18:24:15 +01:00
2018-07-05 17:57:29 -07:00