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
nimble/eatt: Add manual EATT connection control to BTP tester
Added new BTP command `BTP_GATT_EATT_CONNECT` (opcode 0x1f) to trigger
EATT connections with configurable L2CAP channels.
Implemented handler `eatt_conn()` that:
* Calls `ble_eatt_connect()` with the requested channel count
and proper address
Updated `supported_commands` response to advertise the new capability.
Enables testing scenarios requiring explicit control over EATT establishment
and channel management.
0 commit comments