Searched refs:ESP_BLE_MESH_MIC_SHORT (Results 1 – 2 of 2) sorted by relevance
64 mic_len = ESP_BLE_MESH_MIC_SHORT; in ble_mesh_model_send_msg()66 mic_len = ctx->send_rel ? ESP_BLE_MESH_MIC_LONG : ESP_BLE_MESH_MIC_SHORT; in ble_mesh_model_send_msg()
25 #define ESP_BLE_MESH_MIC_SHORT 4 macro