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 dca66eb commit 8f9d1e2Copy full SHA for 8f9d1e2
ports/espressif/common-hal/_bleio/CharacteristicBuffer.c
@@ -85,6 +85,7 @@ void _common_hal_bleio_characteristic_buffer_construct(bleio_characteristic_buff
85
bool watch_for_interrupt_char) {
86
self->characteristic = characteristic;
87
self->timeout_ms = timeout * 1000;
88
+ self->watch_for_interrupt_char = watch_for_interrupt_char;
89
ringbuf_init(&self->ringbuf, buffer, buffer_size);
90
91
if (static_handler_entry != NULL) {
0 commit comments