1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-27 05:03:48 +00:00

Remove address type map from bluetooth proxy (#3905)

This commit is contained in:
Jesse Hills
2022-10-15 08:35:35 +13:00
committed by GitHub
parent 225b3c1494
commit 8bb670521d
2 changed files with 0 additions and 22 deletions

View File

@@ -45,7 +45,6 @@ class BluetoothProxy : public BLEClientBase {
protected:
void send_api_packet_(const esp32_ble_tracker::ESPBTDevice &device);
std::map<uint64_t, esp_ble_addr_type_t> address_type_map_;
int16_t send_service_{-1};
bool active_;
};