[bluetooth_proxy] Add BLE connection parameters API (#14577)

This commit is contained in:
J. Nick Koston
2026-03-07 07:25:33 -10:00
committed by GitHub
parent abc870006c
commit f57fa4cc8d
7 changed files with 45 additions and 4 deletions
@@ -1188,6 +1188,9 @@ void APIConnection::on_bluetooth_scanner_set_mode_request(const BluetoothScanner
bluetooth_proxy::global_bluetooth_proxy->bluetooth_scanner_set_mode(
msg.mode == enums::BluetoothScannerMode::BLUETOOTH_SCANNER_MODE_ACTIVE);
}
void APIConnection::on_bluetooth_set_connection_params_request(const BluetoothSetConnectionParamsRequest &msg) {
bluetooth_proxy::global_bluetooth_proxy->bluetooth_set_connection_params(msg);
}
#endif
#ifdef USE_VOICE_ASSISTANT