mirror of
https://github.com/espressif/openthread.git
synced 2026-09-24 09:57:38 +00:00
This commit removes the legacy/provisional Peer-to-Peer (P2P) feature and its associated public APIs, CLI commands, and configurations. Specifically: - Removes provisional public header `include/openthread/provisional/p2p.h` and `provisional/link.h`. - Removes `p2p_api.cpp` and `p2p.h` configuration header. - Removes CLI `p2p` command (`p2p link`, `p2p unlink`) and documentation. - Adds `#error` checks in `openthread-core-config-check.h` for removed P2P configuration defines.