Searched refs:bt_conn_le_create_synced (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/conn/src/ |
D | main.c | 115 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/ |
D | connection_mgmt.rst | 20 :c:func:`bt_conn_le_create_synced`. To protect against this, use the
|
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/ |
D | main.c | 112 err = bt_conn_le_create_synced(adv, &synced_param, &conn_param, &default_conn); in response_cb()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 1396 int bt_conn_le_create_synced(const struct bt_le_ext_adv *adv,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 198 * 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/ |
D | Kconfig | 351 bt_conn_le_create_synced return an error if *conn is not initialized
|
D | conn.c | 3788 int bt_conn_le_create_synced(const struct bt_le_ext_adv *adv, in bt_conn_le_create_synced() function
|