Searched refs:path_loss_threshold_report (Results 1 – 3 of 3) sorted by relevance
1857 void (*path_loss_threshold_report)(struct bt_conn *conn, member
3229 if (callback->path_loss_threshold_report) { in notify_path_loss_threshold_report()3230 callback->path_loss_threshold_report(conn, &report); in notify_path_loss_threshold_report()3236 if (cb->path_loss_threshold_report) { in notify_path_loss_threshold_report()3237 cb->path_loss_threshold_report(conn, &report); in notify_path_loss_threshold_report()
961 void path_loss_threshold_report(struct bt_conn *conn, in path_loss_threshold_report() function1143 .path_loss_threshold_report = path_loss_threshold_report,