Commit 54e84c0
arctumn
windows(driver): document that bthport refuses an ATT server on the reserved PSM
The AirPods repeatedly open an inbound L2CAP connection to PSM 0x001F (ATT/GATT) and
bthport refuses it "PSM not supported" because we register no server there. Tested
registering one (LpRegisterAttServer, from the hearing-aid M1): bthport rejects it with
STATUS_INVALID_PARAMETER (0xC000000D) — a profile driver may be an ATT client but not a
server on the reserved PSM. So the buds' inbound GATT connection is unavoidably refused
on Windows; record it next to the lazy-client note so it isn't re-attempted.1 parent 89cc173 commit 54e84c0
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
| |||
0 commit comments