Add require response option for BLE binary output (#3091)

This commit is contained in:
Ashton Kemerling
2022-02-08 01:30:31 -07:00
committed by GitHub
parent 1c0697b5d4
commit 116ddbdd01
5 changed files with 19 additions and 6 deletions
@@ -60,6 +60,7 @@ class BLECharacteristic {
BLEDescriptor *get_descriptor(espbt::ESPBTUUID uuid);
BLEDescriptor *get_descriptor(uint16_t uuid);
void write_value(uint8_t *new_val, int16_t new_val_size);
void write_value(uint8_t *new_val, int16_t new_val_size, esp_gatt_write_type_t write_type);
BLEService *service;
};