Searched refs:serviceDataLength (Results 1 – 1 of 1) sorted by relevance
1136 uint16_t serviceDataLength; in HandlePropertyRemove() local1141 SuccessOrExit(error = mDecoder.ReadDataWithLen(serviceData, serviceDataLength)); in HandlePropertyRemove()1143 VerifyOrExit(serviceDataLength <= UINT8_MAX, error = OT_ERROR_INVALID_ARGS); in HandlePropertyRemove()1146 static_cast<uint8_t>(serviceDataLength))); in HandlePropertyRemove()