We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd088c commit d5c70f7Copy full SHA for d5c70f7
subsys/bluetooth/host/conn.c
@@ -2974,7 +2974,7 @@ void notify_path_loss_threshold_report(struct bt_conn *conn,
2974
{
2975
struct bt_conn_cb *callback;
2976
2977
- SYS_SLIST_FOR_EACH_CONTAINER(&callback_list, callback, _node) {
+ SYS_SLIST_FOR_EACH_CONTAINER(&conn_cbs, callback, _node) {
2978
if (callback->path_loss_threshold_report) {
2979
callback->path_loss_threshold_report(conn, &report);
2980
}
0 commit comments