Searched refs:path_loss_threshold_report (Results 1 – 3 of 3) sorted by relevance
1828 void (*path_loss_threshold_report)(struct bt_conn *conn, member
3169 if (callback->path_loss_threshold_report) { in notify_path_loss_threshold_report()3170 callback->path_loss_threshold_report(conn, &report); in notify_path_loss_threshold_report()3176 if (cb->path_loss_threshold_report) { in notify_path_loss_threshold_report()3177 cb->path_loss_threshold_report(conn, &report); in notify_path_loss_threshold_report()
958 void path_loss_threshold_report(struct bt_conn *conn, in path_loss_threshold_report() function1140 .path_loss_threshold_report = path_loss_threshold_report,