Searched refs:SendFrame (Results 1 – 8 of 8) sorted by relevance
102 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);
125 otError VendorInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::VendorInterface
104 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);
105 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);
210 otError HdlcInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::HdlcInterface
780 otError SpiInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::SpiInterface
98 virtual otError SendFrame(const uint8_t *aFrame, uint16_t aLength) = 0;
1577 SuccessOrExit(error = mSpinelInterface->SendFrame(buffer, static_cast<uint16_t>(packed))); in SendReset()1612 SuccessOrExit(error = mSpinelInterface->SendFrame(buffer, offset)); in SendCommand()