Commit ea0a2ef
committed
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 fe23e06 commit ea0a2ef
2 files changed
+29
-0
lines changed| 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 | |
|---|---|---|---|
| |||
1939 | 1939 | | |
1940 | 1940 | | |
1941 | 1941 | | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
1942 | 1960 | | |
1943 | 1961 | | |
1944 | 1962 | | |
| |||
2096 | 2114 | | |
2097 | 2115 | | |
2098 | 2116 | | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
2099 | 2122 | | |
2100 | 2123 | | |
2101 | 2124 | | |
| |||
0 commit comments