Searched defs:WriteInt16 (Results 1 – 2 of 2) sorted by relevance
247 otError WriteInt16(int16_t aInt16) { return WriteUint16(static_cast<uint16_t>(aInt16)); } in WriteInt16() function in ot::Spinel::Encoder
187 func WriteInt16(buf []byte, n int16) { func