Files
Abtin Keshavarzian c9d105449a [api] remove provisional P2P APIs, CLI commands, and configs (#13600)
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.
2026-09-17 21:24:41 -07:00
..