Searched refs:NET_MIC_LEN (Results 1 – 1 of 1) sorted by relevance
22 #define NET_MIC_LEN(pdu) (((pdu)[1] & 0x80) ? 8 : 4) macro598 uint8_t mic_len = NET_MIC_LEN(buf->data); in bt_mesh_net_encrypt()630 uint8_t mic_len = NET_MIC_LEN(buf->data); in bt_mesh_net_decrypt()