Searched refs:APP_MIC_LEN (Results 1 – 2 of 2) sorted by relevance
23 #define APP_MIC_LEN(aszmic) ((aszmic) ? 8 : 4) macro690 ad ? 16 : 0, buf->data, APP_MIC_LEN(aszmic)); in bt_mesh_app_encrypt()692 net_buf_simple_add(buf, APP_MIC_LEN(aszmic)); in bt_mesh_app_encrypt()715 ad ? 16 : 0, out->data, APP_MIC_LEN(aszmic)); in bt_mesh_app_decrypt()
41 #define APP_MIC_LEN(aszmic) ((aszmic) ? BLE_MESH_MIC_LONG : BLE_MESH_MIC_SHORT) macro746 if (buf->len < 1 + APP_MIC_LEN(aszmic)) { in sdu_recv()764 buf->len -= APP_MIC_LEN(aszmic); in sdu_recv()