Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c372 const uint8_t att_header_size = 3; /* opcode + handle */ in notify() local
375 __ASSERT(att_mtu > att_header_size, "Could not get valid ATT MTU"); in notify()
376 const uint16_t maxlen = att_mtu - att_header_size; /* Subtract opcode and handle */ in notify()