Support for Read-Multiple-Variable-Length-Characteristic-Values #1669
GardeningStevie
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
No, this is something that would have to be added at the OS level on all platforms first. There are some USB Bluetooth dongles that bypass the OS Bluetooth stack that would allow making use of low-level commands like this, but they aren't supported with Bleak. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Bleak,
I have some BLE devices that have many small characteristics and the read performance is poor if
read_gatt_char
does not support reading multiple charateristics at once.So, is it possible to extend
read_gatt_char
to accept a list of characteristic handles which are passed asATT_READ_MULTIPLE_VARIABLE_REQ
command to the Bluetooth backends?Beta Was this translation helpful? Give feedback.
All reactions