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