Note the tracker-native calls in the esp32 arm

This commit is contained in:
J. Nick Koston
2026-08-08 21:03:19 -05:00
parent 91bcb14c09
commit c4850a9320
@@ -472,6 +472,8 @@ void BluetoothProxy::bluetooth_set_connection_params(const api::BluetoothSetConn
#ifdef USE_ESP32
void BluetoothProxy::bluetooth_scanner_set_mode(bool active) {
// esp32 only: BLEHub is the concrete tracker here, so these calls reach
// tracker-native methods beyond the neutral contract.
if (this->hub_->get_scan_active() == active) {
return;
}