Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/configs/
A Dble_mesh_default_config.h136 #ifndef CONFIG_BT_MESH_RX_SEG_MSG_COUNT
137 #define CONFIG_BT_MESH_RX_SEG_MSG_COUNT 1 macro
/AliOS-Things-master/hardware/board/haas200/config/
A Dbt_mesh_opt.h15 #define CONFIG_BT_MESH_RX_SEG_MSG_COUNT 2 macro
/AliOS-Things-master/components/ble_mesh/
A DREADME.md49 | CONFIG_BT_MESH_RX_SEG_MSG_COUNT | 1 | 默认并发消息接收数为1。 |
A Dbt_defconfig91 CONFIG_BT_MESH_RX_SEG_MSG_COUNT=1
A Dbt_preconfig120 CONFIG_BT_MESH_RX_SEG_MSG_COUNT=1
/AliOS-Things-master/components/ble_host/
A Dbt_defconfig91 CONFIG_BT_MESH_RX_SEG_MSG_COUNT=1
A Dbt_preconfig120 CONFIG_BT_MESH_RX_SEG_MSG_COUNT=1
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dtransport.c116 } seg_rx[CONFIG_BT_MESH_RX_SEG_MSG_COUNT] = {
117 [0 ... (CONFIG_BT_MESH_RX_SEG_MSG_COUNT - 1)] = {
122 static u8_t __noinit seg_rx_buf_data[(CONFIG_BT_MESH_RX_SEG_MSG_COUNT * CONFIG_BT_MESH_RX_SDU_MAX)];

Completed in 8 milliseconds