Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/common/
A Ddummy.c20 BUILD_ASSERT(CONFIG_BT_HCI_TX_PRIO < CONFIG_BT_RX_PRIO);
29 BUILD_ASSERT(CONFIG_BT_CTLR_RX_PRIO < CONFIG_BT_HCI_TX_PRIO);
38 BUILD_ASSERT(!IS_ENABLED(CONFIG_LOG_IMMEDIATE), "Immediate logging not "
/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dcommon.h148 #ifndef BUILD_ASSERT
152 #define BUILD_ASSERT(EXPR, MSG...) \ macro
159 #define BUILD_ASSERT_MSG(EXPR, MSG) __DEPRECATED_MACRO BUILD_ASSERT(EXPR, MSG)
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h189 #ifndef BUILD_ASSERT
191 #define BUILD_ASSERT(EXPR) \ macro
198 #define BUILD_ASSERT_MSG(EXPR, MSG) BUILD_ASSERT(EXPR)
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h1029 BUILD_ASSERT(_ud_size <= CONFIG_NET_BUF_USER_DATA_SIZE); \
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c140 BUILD_ASSERT(!(CONFIG_BT_PERIPHERAL_PREF_MIN_INT > 3200 &&
142 BUILD_ASSERT(!(CONFIG_BT_PERIPHERAL_PREF_MAX_INT > 3200 &&
144 BUILD_ASSERT(!(CONFIG_BT_PERIPHERAL_PREF_TIMEOUT > 3200 &&
146 BUILD_ASSERT((CONFIG_BT_PERIPHERAL_PREF_MIN_INT == 0xffff) ||
223 BUILD_ASSERT(sizeof(struct sc_data) == sizeof(sc_cfg[0].data));
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dtransport.c52 BUILD_ASSERT(CONFIG_BT_MESH_ADV_BUF_COUNT >= (CONFIG_BT_MESH_TX_SEG_MAX + 3));

Completed in 19 milliseconds