Home
last modified time | relevance | path

Searched refs:ESP_BLE_MESH_MIC_SHORT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c64 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()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h25 #define ESP_BLE_MESH_MIC_SHORT 4 macro