Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Go to the source code of this file.
Namespaces | |
namespace | UartProtocol |
Functions | |
constexpr bool | UartProtocol::mustBeEncryptedRx (UartOpcodeRx opCode) |
Whether a received UART message must be encrypted when "encryption required" is true (when a UART key is set). More... | |
constexpr bool | UartProtocol::mustBeEncryptedTx (UartOpcodeTx opCode) |
Whether a written UART message must be encrypted when "encryption required" is true (when a UART key is set). More... | |
enum UartOpcodeRx |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: Jun 18, 2020 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)
Messages received over UART. Note that the documentation on github is from the perspective of the user. https://github.com/crownstone/bluenet/blob/master/docs/UART_PROTOCOL.md Hence, what is called RX here is called TX there.
enum UartOpcodeTx |
Send messages over the UART to someone listening.
RX on https://github.com/crownstone/bluenet/blob/master/docs/UART_PROTOCOL.md.