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:
@@ -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_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user