Searched refs:BLE_MESH_SDU_MAX_LEN (Results 1 – 1 of 1) sorted by relevance
23 #define BLE_MESH_SDU_MAX_LEN 384 macro784 if (msg->len > MIN(BLE_MESH_TX_SDU_MAX, BLE_MESH_SDU_MAX_LEN) - BLE_MESH_MIC_SHORT) { in model_send()864 if (pub->msg->len + BLE_MESH_MIC_SHORT > MIN(BLE_MESH_TX_SDU_MAX, BLE_MESH_SDU_MAX_LEN)) { in bt_mesh_model_publish()