Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h196 #define BLE_MESH_MIC_SHORT 4 macro
219 (BLE_MESH_MODEL_OP_LEN(_op) + (_payload_len) + BLE_MESH_MIC_SHORT)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.c208 sdu = bt_mesh_alloc_buf(pub->msg->len + BLE_MESH_MIC_SHORT); in publish_retransmit()
779 if (net_buf_simple_tailroom(msg) < BLE_MESH_MIC_SHORT) { in model_send()
784 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()
894 sdu = bt_mesh_alloc_buf(pub->msg->len + BLE_MESH_MIC_SHORT); in bt_mesh_model_publish()
Dtransport.c41 #define APP_MIC_LEN(aszmic) ((aszmic) ? BLE_MESH_MIC_LONG : BLE_MESH_MIC_SHORT)
605 if (net_buf_simple_tailroom(msg) < BLE_MESH_MIC_SHORT) { in bt_mesh_trans_send()
769 sdu = bt_mesh_alloc_buf(CONFIG_BLE_MESH_RX_SDU_MAX - BLE_MESH_MIC_SHORT); in sdu_recv()
Dnet.c869 } else if (net_buf_simple_tailroom(buf) < BLE_MESH_MIC_SHORT) { in bt_mesh_net_encode()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c180 BLE_MESH_MIC_LONG : BLE_MESH_MIC_SHORT; in bt_mesh_client_calc_timeout()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2360 struct net_buf_simple *buf = bt_mesh_alloc_buf(arg->model_send.length + BLE_MESH_MIC_SHORT); in btc_ble_mesh_model_call_handler()
2381 struct net_buf_simple *buf = bt_mesh_alloc_buf(arg->model_send.length + BLE_MESH_MIC_SHORT); in btc_ble_mesh_model_call_handler()