Home
last modified time | relevance | path

Searched refs:CLIENT_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c58 #define CLIENT_BUF_SIZE 68 macro
119 static u8_t __noinit client_buf_data[CLIENT_BUF_SIZE * CONFIG_BT_MAX_CONN];
1403 client->buf.size = CLIENT_BUF_SIZE; in bt_mesh_proxy_init()
1404 client->buf.__buf = client_buf_data + (i * CLIENT_BUF_SIZE); in bt_mesh_proxy_init()

Completed in 4 milliseconds