Home
last modified time | relevance | path

Searched refs:SendFrame (Results 1 – 8 of 8) sorted by relevance

/openthread-3.6.0/src/posix/platform/
Dvendor_interface.hpp102 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);
Dvendor_interface_example.cpp125 otError VendorInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::VendorInterface
Dhdlc_interface.hpp104 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);
Dspi_interface.hpp105 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);
Dhdlc_interface.cpp210 otError HdlcInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::HdlcInterface
Dspi_interface.cpp780 otError SpiInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() function in ot::Posix::SpiInterface
/openthread-3.6.0/src/lib/spinel/
Dspinel_interface.hpp98 virtual otError SendFrame(const uint8_t *aFrame, uint16_t aLength) = 0;
Dradio_spinel.cpp1577 SuccessOrExit(error = mSpinelInterface->SendFrame(buffer, static_cast<uint16_t>(packed))); in SendReset()
1612 SuccessOrExit(error = mSpinelInterface->SendFrame(buffer, offset)); in SendCommand()