/* * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#ifndef_PROXY_COMMON_H_#define_PROXY_COMMON_H_#include"mesh/config.h"#include"mesh/utils.h"#include"mesh/timer.h"#include"net.h"#ifdef__cplusplusextern"C"{#endif#defineBLE_MESH_PROXY_ADV_NET_ID0x00#defineBLE_MESH_PROXY_ADV_NODE_ID0x01#defineBLE_MESH_PROXY_ADV_PRIVATE_NET_ID0x02#defineBLE_MESH_PROXY_ADV_PRIVATE_NODE_ID0x03#defineBLE_MESH_PROXY_NET_PDU0x00#defineBLE_MESH_PROXY_BEACON0x01#defineBLE_MESH_PROXY_CONFIG0x02#defineBLE_MESH_PROXY_PROV0x03#defineBLE_MESH_PROXY_SAR_COMP0x00#defineBLE_MESH_PROXY_SAR_FIRST0x01#defineBLE_MESH_PROXY_SAR_CONT0x02#defineBLE_MESH_PROXY_SAR_LAST0x03#defineBLE_MESH_PROXY_CFG_FILTER_SET0x00#defineBLE_MESH_PROXY_CFG_FILTER_ADD0x01#defineBLE_MESH_PROXY_CFG_FILTER_REMOVE0x02#defineBLE_MESH_PROXY_CFG_FILTER_STATUS0x03#defineBLE_MESH_PROXY_CFG_DIRECTED_PROXY_CAPS_STATUS0x04#defineBLE_MESH_PROXY_CFG_DIRECTED_PROXY_CONTROL0x05#defineBLE_MESH_PROXY_PRIVACY_DISABLED0x00#defineBLE_MESH_PROXY_PRIVACY_ENABLED0x01#defineBLE_MESH_PROXY_PRIVACY_NOT_SUPPORTED0x02#defineBLE_MESH_PROXY_CLI_TYPE_UNSETBIT(0)#defineBLE_MESH_PROXY_CLI_TYPE_DIRECT_PROXY_CLIENTBIT(1)#defineBLE_MESH_PROXY_CLI_TYPE_BLACK_LIST_CLIENTBIT(2)#defineBLE_MESH_PROXY_CLI_TYPE_PROXY_CLIENTBIT(3)#defineBLE_MESH_PROXY_PDU_TYPE(data)(data[0]&BIT_MASK(6))#defineBLE_MESH_PROXY_PDU_SAR(data)(data[0]>>6)#defineBLE_MESH_PROXY_PDU_HDR(sar,type)((sar)<<6|((type)&BIT_MASK(6)))/* Mesh spec 1.0.1 Section 6.6: * "The timeout for the SAR transfer is 20 seconds. When the timeout * expires, the Proxy Server shall disconnect." *//* ... */#defineBLE_MESH_PROXY_SAR_TIMEOUTK_SECONDS(20)#defineBLE_MESH_PROXY_BUF_SIZE6830 defines#ifdef__cplusplus}{...}#endif/* ... */#endif/* _PROXY_COMMON_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.