Searched refs:APP_MIC_LEN (Results 1 – 2 of 2) sorted by relevance
37 #define APP_MIC_LEN(aszmic) ((aszmic) ? 8 : 4) macro697 ad ? 16 : 0, buf->data, APP_MIC_LEN(aszmic)); in bt_mesh_app_encrypt()699 net_buf_simple_add(buf, APP_MIC_LEN(aszmic)); in bt_mesh_app_encrypt()722 ad ? 16 : 0, out->data, APP_MIC_LEN(aszmic)); in bt_mesh_app_decrypt()
61 #define APP_MIC_LEN(aszmic) ((aszmic) ? 8 : 4) macro642 if (buf->len < 1 + APP_MIC_LEN(aszmic)) { in sdu_recv()659 buf->len -= APP_MIC_LEN(aszmic); in sdu_recv()
Completed in 5 milliseconds