Home
last modified time | relevance | path

Searched refs:bt_conn_set_bondable (Results 1 – 5 of 5) sorted by relevance

/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c50 bt_conn_set_bondable(conn, IS_FLAG_SET(bondable))) { in connected()
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dconn.h2053 int bt_conn_set_bondable(struct bt_conn *conn, bool enable);
/Zephyr-4.1.0/subsys/bluetooth/host/
DKconfig685 can also be changed by calling `bt_conn_set_bondable()` if the configuration
700 Enable support for the bt_conn_set_bondable API function that is
Dsmp.c5498 int bt_conn_set_bondable(struct bt_conn *conn, bool enable) in bt_conn_set_bondable() function
/Zephyr-4.1.0/subsys/bluetooth/host/shell/
Dbt.c3888 err = bt_conn_set_bondable(default_conn, enable); in cmd_conn_bondable()