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.h1828 void (*path_loss_threshold_report)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3169 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()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c958 void path_loss_threshold_report(struct bt_conn *conn, in path_loss_threshold_report() function
1140 .path_loss_threshold_report = path_loss_threshold_report,