Changelog

for the component espressif/ble_otp v0.1.0
## v0.1.0

Features:
- Add Object Transfer Profile (OTP) client/server implementation.
- Support OACP operations: Create/Delete/Read/Write/Execute/Abort/Checksum.
- Support OLCP discovery flows and directory listing helper.
- Add write modes: overwrite, append, truncate, patch.
- Add resume helpers (checksum and current-size methods).

Documentation:
- Expand OTP README with procedures, rules, and API matrix.

Examples:
- Add OTP client/server examples with Read + Write + Delete flow.