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