Home
last modified time | relevance | path

Searched refs:path_loss_threshold_report (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1857 void (*path_loss_threshold_report)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3229 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()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c961 void path_loss_threshold_report(struct bt_conn *conn, in path_loss_threshold_report() function
1143 .path_loss_threshold_report = path_loss_threshold_report,