You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let store = #name_screaming.init([0; size_of::<#ty>()]);
It would be very useful if users could set the value of AttributeData.
I found the following code blocks in host-macro, it seems value and descriptor macro args are not implemented. May I ask that is there any plan to finish this?
Current gatt service macro fills 0s as the
AttributeData
:trouble/host-macros/src/service.rs
Line 149 in 224f371
It would be very useful if users could set the value of
AttributeData
.I found the following code blocks in
host-macro
, it seemsvalue
anddescriptor
macro args are not implemented. May I ask that is there any plan to finish this?trouble/host-macros/src/characteristic.rs
Lines 115 to 126 in 224f371
The text was updated successfully, but these errors were encountered: