Searched refs:OT_RADIO_CAPS_TRANSMIT_TIMING (Results 1 – 4 of 4) sorted by relevance
601 …dioSupportsTransmitTiming(void) const { return ((mRadioCaps & OT_RADIO_CAPS_TRANSMIT_TIMING) != 0)… in RadioSupportsTransmitTiming()
113 caps |= OT_RADIO_CAPS_TRANSMIT_TIMING; in GetCaps()122 OT_RADIO_CAPS_ENERGY_SCAN | OT_RADIO_CAPS_TRANSMIT_SEC | OT_RADIO_CAPS_TRANSMIT_TIMING | in GetCaps()
129 OT_RADIO_CAPS_TRANSMIT_TIMING = 1 << 6, ///< Radio supports tx at specific time. enumerator
359 OT_RADIO_CAPS_TRANSMIT_SEC | OT_RADIO_CAPS_TRANSMIT_TIMING | in CheckRadioCapabilities()382 (missingCaps & OT_RADIO_CAPS_TRANSMIT_TIMING) ? "tx-timing " : ""); in CheckRadioCapabilities()