-
If i have two Characteristics like below, how to modify gatt_server_io to support it : /// Characteristic UUID for GATT example. const WRITE_CHARACTERISTIC_UUID: uuid::Uuid = uuid::Uuid::from_u128(0xff0200001000800000805f9b34fb); |
Beta Was this translation helpful? Give feedback.
Answered by
YFJiang
Jul 13, 2024
Replies: 1 comment
-
I use the following way:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YFJiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use the following way: