Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c66 if (GET_FLAG(call_bt_conn_set_bondable) && bt_conn_set_bondable(conn, GET_FLAG(bondable))) { in connected()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h2019 int bt_conn_set_bondable(struct bt_conn *conn, bool enable);
/Zephyr-latest/subsys/bluetooth/host/
DKconfig681 can also be changed by calling `bt_conn_set_bondable()` if the configuration
696 Enable support for the bt_conn_set_bondable API function that is
Dsmp.c5446 int bt_conn_set_bondable(struct bt_conn *conn, bool enable) in bt_conn_set_bondable() function
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3886 err = bt_conn_set_bondable(default_conn, enable); in cmd_conn_bondable()