Home
last modified time | relevance | path

Searched defs:net_mic_len (Results 1 – 1 of 1) sorted by relevance

/btstack/src/mesh/
H A Dmesh_network.c329 uint8_t net_mic_len = outgoing_pdu->data[1] & 0x80 ? 8 : 4; in mesh_network_send_b() local
396 uint8_t net_mic_len = outgoing_pdu->data[1] & 0x80 ? 8 : 4; in mesh_network_send_a() local
418 uint8_t net_mic_len = ctl_in_bit_7 ? 8 : 4; in mesh_network_relay_message() local
496 uint8_t net_mic_len = (ctl_ttl & 0x80) ? 8 : 4; in process_network_pdu_validate_d() local
644 uint8_t net_mic_len = (ctl_ttl & 0x80) ? 8 : 4; in process_network_pdu_validate_b() local