Home
last modified time | relevance | path

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

/Zephyr-4.1.0/include/zephyr/bluetooth/
Dconn.h1168 int bt_conn_le_subrate_set_defaults(const struct bt_conn_le_subrate_param *params);
/Zephyr-4.1.0/subsys/bluetooth/host/
Dconn.c3341 int bt_conn_le_subrate_set_defaults(const struct bt_conn_le_subrate_param *params) in bt_conn_le_subrate_set_defaults() function
/Zephyr-4.1.0/subsys/bluetooth/host/shell/
Dbt.c3195 err = bt_conn_le_subrate_set_defaults(&params); in cmd_subrate_set_defaults()