Searched refs:att_header_size (Results 1 – 1 of 1) sorted by relevance
372 const uint8_t att_header_size = 3; /* opcode + handle */ in notify() local375 __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()