Home
last modified time | relevance | path

Searched refs:BLE_MESH_MIC_LONG (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h198 #define BLE_MESH_MIC_LONG 8 macro
232 (BLE_MESH_MODEL_OP_LEN(_op) + (_payload_len) + BLE_MESH_MIC_LONG)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c179 mic_size = (need_seg && net_buf_simple_tailroom(msg) >= BLE_MESH_MIC_LONG) ? in bt_mesh_client_calc_timeout()
180 BLE_MESH_MIC_LONG : BLE_MESH_MIC_SHORT; in bt_mesh_client_calc_timeout()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c41 #define APP_MIC_LEN(aszmic) ((aszmic) ? BLE_MESH_MIC_LONG : BLE_MESH_MIC_SHORT)
632 if (!tx->ctx->send_rel || net_buf_simple_tailroom(msg) < BLE_MESH_MIC_LONG) { in bt_mesh_trans_send()
Dnet.c866 if (ctl && net_buf_simple_tailroom(buf) < BLE_MESH_MIC_LONG) { in bt_mesh_net_encode()