Home
last modified time | relevance | path

Searched refs:bt_conn_le_create_synced (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/conn/src/
Dmain.c115 err = bt_conn_le_create_synced(adv, &synced_param, &conn_param, &conn); in ZTEST()
132 err = bt_conn_le_create_synced(adv, &synced_param, &conn_param, &conn); in ZTEST()
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst20 :c:func:`bt_conn_le_create_synced`. To protect against this, use the
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/
Dmain.c112 err = bt_conn_le_create_synced(adv, &synced_param, &conn_param, &default_conn); in response_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1396 int bt_conn_le_create_synced(const struct bt_le_ext_adv *adv,
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst198 * Added a warning to :c:func:`bt_conn_le_create` and :c:func:`bt_conn_le_create_synced` if
202 :c:func:`bt_conn_le_create` and :c:func:`bt_conn_le_create_synced` return an error if the
/Zephyr-latest/subsys/bluetooth/host/
DKconfig351 bt_conn_le_create_synced return an error if *conn is not initialized
Dconn.c3788 int bt_conn_le_create_synced(const struct bt_le_ext_adv *adv, in bt_conn_le_create_synced() function