Searched refs:bt_conn_set_bondable (Results 1 – 5 of 5) sorted by relevance
66 if (GET_FLAG(call_bt_conn_set_bondable) && bt_conn_set_bondable(conn, GET_FLAG(bondable))) { in connected()
2019 int bt_conn_set_bondable(struct bt_conn *conn, bool enable);
681 can also be changed by calling `bt_conn_set_bondable()` if the configuration696 Enable support for the bt_conn_set_bondable API function that is
5446 int bt_conn_set_bondable(struct bt_conn *conn, bool enable) in bt_conn_set_bondable() function
3886 err = bt_conn_set_bondable(default_conn, enable); in cmd_conn_bondable()