Home
last modified time | relevance | path

Searched refs:att_header_size (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dmcs.c988 const uint8_t att_header_size = 3; /* opcode + handle */ in notify_string() local
994 __ASSERT(att_mtu > att_header_size, "Could not get valid ATT MTU"); in notify_string()
995 maxlen = att_mtu - att_header_size; /* Subtract opcode and handle */ in notify_string()