This commit is contained in:
J. Nick Koston
2025-05-13 11:30:06 -05:00
parent c9680a1ccb
commit 5fbb066ee7

View File

@@ -98,6 +98,7 @@ void BluetoothProxy::flush_pending_advertisements() {
resp.advertisements.swap(batch_buffer);
this->api_connection_->send_bluetooth_le_raw_advertisements_response(resp);
}
void BluetoothProxy::send_api_packet_(const esp32_ble_tracker::ESPBTDevice &device) {
api::BluetoothLEAdvertisementResponse resp;
resp.address = device.address_uint64();