Commit 863b91c
nimble/eatt: Add manual EATT connection control to BTP tester
Adds new BTP command `BTP_GATT_EATT_CONNECT` (opcode 0x1f) to trigger
EATT connections with configurable L2CAP channels.
Implements handler `eatt_conn()` that:
* Calls `ble_eatt_connect()` with the requested channel count
and proper address
Enables testing scenarios requiring explicit control over EATT establishment
and channel management.1 parent 8a926c5 commit 863b91c
2 files changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
324 | 330 | | |
325 | 331 | | |
326 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1931 | 1931 | | |
1932 | 1932 | | |
1933 | 1933 | | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
1934 | 1951 | | |
1935 | 1952 | | |
1936 | 1953 | | |
| |||
2088 | 2105 | | |
2089 | 2106 | | |
2090 | 2107 | | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
2091 | 2113 | | |
2092 | 2114 | | |
2093 | 2115 | | |
| |||
0 commit comments