You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The P2P feature was a provisional mechanism for peer-to-peer link
establishment via MLE. It is superseded by Thread Direct, which
implements the same use case through a MAC-layer handshake defined
in the Thread specification.
This commit removes all P2P code and configuration.
- `include/openthread/provisional/link.h` is retained; it defines the
shared wakeup types (`otWakeupId`, `otWakeupType`, `otWakeupRequest`)
used by the MAC layer independently of P2P. This will be cleaned up
further later.
- `otThreadWakeup` returns `OT_ERROR_NOT_IMPLEMENTED` in this
intermediate state pending the scheduler moving off Mle.
0 commit comments