Searched refs:BLE_MESH_MIC_SHORT (Results 1 – 6 of 6) sorted by relevance
196 #define BLE_MESH_MIC_SHORT 4 macro219 (BLE_MESH_MODEL_OP_LEN(_op) + (_payload_len) + BLE_MESH_MIC_SHORT)
208 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()
41 #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()
869 } else if (net_buf_simple_tailroom(buf) < BLE_MESH_MIC_SHORT) { in bt_mesh_net_encode()
180 BLE_MESH_MIC_LONG : BLE_MESH_MIC_SHORT; in bt_mesh_client_calc_timeout()
2360 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()