Searched refs:NET_MIC_LEN (Results 1 – 1 of 1) sorted by relevance
36 #define NET_MIC_LEN(pdu) (((pdu)[1] & 0x80) ? 8 : 4) macro596 u8_t mic_len = NET_MIC_LEN(buf->data); in bt_mesh_net_encrypt()633 u8_t mic_len = NET_MIC_LEN(buf->data); in bt_mesh_net_decrypt()
Completed in 4 milliseconds