We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1471183 commit 7042cf1Copy full SHA for 7042cf1
gatts_windows.go
@@ -110,6 +110,9 @@ func (a *Adapter) AddService(s *Service) error {
110
// TODO: connection?
111
goChar.writeEvent(0, int(offset), bufferToSlice(buf))
112
}
113
+ if option, err := gattWriteRequest.GetOption(); err == nil && option == genericattributeprofile.GattWriteOptionWriteWithResponse {
114
+ gattWriteRequest.Respond()
115
+ }
116
})
117
118
guid = winrt.ParameterizedInstanceGUID(
0 commit comments