Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dhci_core.h23 FAKE(bt_le_create_conn_synced) \
38 DECLARE_FAKE_VALUE_FUNC(int, bt_le_create_conn_synced, const struct bt_conn *,
Dhci_core.c25 DEFINE_FAKE_VALUE_FUNC(int, bt_le_create_conn_synced, const struct bt_conn *,
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h478 int bt_le_create_conn_synced(const struct bt_conn *conn, const struct bt_le_ext_adv *adv,
Dconn.c3842 err = bt_le_create_conn_synced(conn, adv, synced_param->subevent); in bt_conn_le_create_synced()
Dhci_core.c766 int bt_le_create_conn_synced(const struct bt_conn *conn, const struct bt_le_ext_adv *adv, in bt_le_create_conn_synced() function