Fixes BLE remote address type when connecting (#3702)

This commit is contained in:
rbaron
2022-08-15 05:09:33 +02:00
committed by GitHub
parent 8df27d4c3f
commit 1a2288cccf
2 changed files with 3 additions and 1 deletions
@@ -115,6 +115,7 @@ class BLEClient : public espbt::ESPBTClient, public Component {
int gattc_if;
esp_bd_addr_t remote_bda;
esp_ble_addr_type_t remote_addr_type;
uint16_t conn_id;
uint64_t address;
bool enabled;