Home
last modified time | relevance | path

Searched refs:bt_le_create_conn (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dhci_core.h21 FAKE(bt_le_create_conn) \
36 DECLARE_FAKE_VALUE_FUNC(int, bt_le_create_conn, const struct bt_conn *);
Dhci_core.c23 DEFINE_FAKE_VALUE_FUNC(int, bt_le_create_conn, const struct bt_conn *);
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h476 int bt_le_create_conn(const struct bt_conn *conn);
Dhci_core.c872 int bt_le_create_conn(const struct bt_conn *conn) in bt_le_create_conn() function
1207 ret = bt_le_create_conn(conn); in le_conn_complete_cancel()
1221 ret = bt_le_create_conn(conn); in le_conn_complete_cancel()
Dconn.c3599 err = bt_le_create_conn(conn); in bt_conn_le_create_auto()
3769 err = bt_le_create_conn(conn); in bt_conn_le_create()
Dscan.c569 if (bt_le_create_conn(conn)) { in check_pending_conn()