Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_MeshAdvertiser.h File Reference
#include <ble/cs_iBeacon.h>
#include <common/cs_Types.h>
#include <events/cs_EventListener.h>
#include <advertiser.h>
Include dependency graph for cs_MeshAdvertiser.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ MESH_ADVERTISER_BUF_SIZE

#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()