-
Notifications
You must be signed in to change notification settings - Fork 0
/
mesh_app_memory_config.h
50 lines (45 loc) · 2.23 KB
/
mesh_app_memory_config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/***************************************************************************//**
* @file
* @brief BT Mesh application memory configuration
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon Laboratories Inc. Your use of this
* software is governed by the terms of Silicon Labs Master Software License
* Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement. This
* software is distributed to you in Source Code format and is governed by the
* sections of the MSLA applicable to Source Code.
*
******************************************************************************/
/*****************************************************************************
* Autogenerated file, do not edit
****************************************************************************/
#ifndef _MESH_APP_MEMORY_CONFIG_H
#define _MESH_APP_MEMORY_CONFIG_H
#define MESH_CFG_MAX_ELEMENTS 1
#define MESH_CFG_MAX_MODELS 4
#define MESH_CFG_MAX_APP_BINDS 4
#define MESH_CFG_MAX_SUBSCRIPTIONS 4
#define MESH_CFG_MAX_NETKEYS 4
#define MESH_CFG_MAX_APPKEYS 4
#define MESH_CFG_NET_CACHE_SIZE 16
#define MESH_CFG_RPL_SIZE 32
#define MESH_CFG_MAX_SEND_SEGS 4
#define MESH_CFG_MAX_RECV_SEGS 4
#define MESH_CFG_MAX_VAS 4
#define MESH_CFG_MAX_PROV_SESSIONS 2
#define MESH_CFG_MAX_PROV_BEARERS 2
#define MESH_CFG_MAX_GATT_CONNECTIONS 3
#define MESH_CFG_GATT_TXQ_SIZE 4
#define MESH_CFG_MAX_PROVISIONED_DEVICES 0
#define MESH_CFG_MAX_PROVISIONED_DEVICE_APPKEYS 0
#define MESH_CFG_MAX_PROVISIONED_DEVICE_NETKEYS 0
#define MESH_CFG_MAX_FOUNDATION_CLIENT_CMDS 0
#define MESH_CFG_MAX_FRIENDSHIPS 3
#define MESH_CFG_FRIEND_MAX_SUBS_LIST 5
#define MESH_CFG_FRIEND_MAX_TOTAL_CACHE 6
#define MESH_CFG_FRIEND_MAX_SINGLE_CACHE 3
#endif