1 Mar
2026
1 Mar
'26
11:53 a.m.
On Sun Mar 1 11:53:43 2026 +0000, Elizabeth Figura wrote:
Do we really need the inline case? Characteristics is how most IO in BLE is done, so I wanted to minimize the roundtrips between PE and Unix as much as possible (given that the wineserver IPC already going to make this slow). Plus, from my understanding, most GATT services tend to limit the size of the values to the default MTU (23 or so bytes). This way, most value reads should be happening inline anyway.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10208#note_130856