-
Notifications
You must be signed in to change notification settings - Fork 0
/
btMesh_configuration.json
72 lines (71 loc) · 1.74 KB
/
btMesh_configuration.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"COMMENT": "",
"Composition Data": {
"CID": "0x02ff",
"PID": "0xf0b0",
"VID": "0x1234",
"CRPL": "0x0020",
"Features": "0x000f",
"Elements": [
{
"Name": "Primary Element",
"Loc": "0x0000",
"NumS": "12",
"NumV": "0",
"SIG Models": [
"0x0000",
"Configuration Server",
"0x1001",
"Generic OnOff Client",
"0x1000",
"Generic OnOff Server",
"0x1303",
"Light CTL Server",
"0x1305",
"Light CTL Client",
"0x1302",
"Light Lightness Client",
"0x1300",
"Light Lightness Server",
"0x1301",
"Light Lightness Setup Server",
"0x1304",
"Light CTL Setup Server",
"0x1002",
"Generic Level Server",
"0x1006",
"Generic Power OnOff Server",
"0x1306",
"Light CTL Temperature Server"]
,
"Vendor Models": [
]
}]
},
"Memory configuration": {
"MAX_ELEMENTS": "1",
"MAX_MODELS": "12",
"MAX_APP_BINDS": "4",
"MAX_SUBSCRIPTIONS": "4",
"MAX_NETKEYS": "4",
"MAX_APPKEYS": "4",
"MAX_DEVKEYS": "1",
"NET_CACHE_SIZE": "16",
"RPL_SIZE": "32",
"MAX_SEND_SEGS": "4",
"MAX_RECV_SEGS": "4",
"MAX_VAS": "4",
"MAX_PROV_SESSIONS": "2",
"MAX_PROV_BEARERS": "2",
"MAX_GATT_CONNECTIONS": "3",
"GATT_TXQ_SIZE": "4",
"MAX_PROVISIONED_DEVICES": "0",
"MAX_PROVISIONED_DEVICE_NETKEYS": "0",
"MAX_PROVISIONED_DEVICE_APPKEYS": "0",
"MAX_FOUNDATION_CLIENT_CMDS": "0",
"MAX_FRIENDSHIPS": "1",
"FRIEND_MAX_SUBS_LIST": "5",
"FRIEND_MAX_TOTAL_CACHE": "5",
"FRIEND_MAX_SINGLE_CACHE": "5"
}
}