Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <ble/cs_iBeacon.h>
#include <common/cs_Types.h>
#include <events/cs_EventListener.h>
#include <advertiser.h>
Go to the source code of this file.
Classes | |
class | MeshAdvertiser |
Macros | |
#define | MESH_ADVERTISER_BUF_SIZE (ADVERTISER_PACKET_BUFFER_PACKET_MAXLEN + 4) |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: 26 May., 2019 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed) More... | |
#define MESH_ADVERTISER_BUF_SIZE (ADVERTISER_PACKET_BUFFER_PACKET_MAXLEN + 4) |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: 26 May., 2019 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)
Buffer for the advertising packet.
For some reason the buffer needs to be a bit larger, else we get stuck in an infinite loop in packet_buffer.c::packet_buffer_packets_ready_to_pop()