Searched refs:CLIENT_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
52 #define CLIENT_BUF_SIZE 68 macro100 static uint8_t client_buf_data[CLIENT_BUF_SIZE * BLE_MESH_MAX_CONN];1461 client->buf.size = CLIENT_BUF_SIZE; in bt_mesh_proxy_server_init()1462 client->buf.__buf = client_buf_data + (i * CLIENT_BUF_SIZE); in bt_mesh_proxy_server_init()