/* Bluetooth Mesh *//* * SPDX-FileCopyrightText: 2017 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 *//* ... */#ifndef_BEACON_H_#define_BEACON_H_#include"net.h"#ifdef__cplusplusextern"C"{#endif#defineBEACON_TYPE_UNPROVISIONED0x00#defineBEACON_TYPE_SECURE0x01#defineBEACON_TYPE_PRIVATE0x02#defineNET_IDX_SET(_val)((void*)((uint32_t)(_val)))#defineNET_IDX_GET(_ptr)((uint32_t)(_ptr))/* If the interval has passed or is within 5 seconds from now send a beacon */#defineBEACON_THRESHOLD(last)(K_SECONDS(10*((last)+1))-K_SECONDS(5))6 definesvoidbt_mesh_secure_beacon_enable(void);voidbt_mesh_secure_beacon_disable(void);voidbt_mesh_beacon_ivu_initiator(boolenable);voidbt_mesh_beacon_recv(structnet_buf_simple*buf,int8_trssi);voidbt_mesh_secure_beacon_create(structbt_mesh_subnet*sub,structnet_buf_simple*buf);voidbt_mesh_beacon_init(void);voidbt_mesh_beacon_deinit(void);#ifdef__cplusplus}{...}#endif/* ... */#endif/* _BEACON_H_ */
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.