Skip to content

dbux-proxy: Add support for BlueZ

55c677b
Select commit
Loading
Failed to load commit list.
Merged

DBus-proxy: support for BlueZ and multiple agents #215

dbux-proxy: Add support for BlueZ
55c677b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 27, 2026 in 1s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 132 in packages/cpp/dbus-proxy/dbus-proxy/callback-handling.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Local variable hides global variable Note

Local variable i hides a
global variable
with the same name.

Check notice on line 177 in packages/cpp/dbus-proxy/dbus-proxy/callback-handling.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Local variable hides global variable Note

Local variable i hides a
global variable
with the same name.

Check notice on line 383 in packages/cpp/dbus-proxy/dbus-proxy/callback-handling.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Short global name Note

Poor global variable name 'i'. Prefer longer, descriptive names for globals (eg. kMyGlobalConstant, not foo).

Check notice on line 1582 in packages/cpp/dbus-proxy/dbus-proxy/sni/proxy.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Short global name Note

Poor global variable name 'err'. Prefer longer, descriptive names for globals (eg. kMyGlobalConstant, not foo).