Home
last modified time | relevance | path

Searched refs:bt_conn_le_create_param (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dscan.h133 bool bt_le_explicit_scanner_uses_same_params(const struct bt_conn_le_create_param *create_param);
Dhci_core.h334 struct bt_conn_le_create_param create_param;
Dconn.c3530 static void create_param_setup(const struct bt_conn_le_create_param *param) in create_param_setup()
3551 int bt_conn_le_create_auto(const struct bt_conn_le_create_param *create_param, in bt_conn_le_create_auto()
3707 int bt_conn_le_create(const bt_addr_le_t *peer, const struct bt_conn_le_create_param *create_param, in bt_conn_le_create()
Dscan.c2418 bool bt_le_explicit_scanner_uses_same_params(const struct bt_conn_le_create_param *create_param) in bt_le_explicit_scanner_uses_same_params()
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/
Dmain.c57 const struct bt_conn_le_create_param create_param = { in test_central_connect_timeout_with_timeout()
119 const struct bt_conn_le_create_param create_param = { in test_central_connect_when_connecting()
165 const struct bt_conn_le_create_param create_param = { in test_central_connect_to_existing()
/Zephyr-latest/tests/bluetooth/host/conn/src/
Dmain.c56 const struct bt_conn_le_create_param create_param = { in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1246 struct bt_conn_le_create_param { struct
1316 ((struct bt_conn_le_create_param[]) { \
1360 const struct bt_conn_le_create_param *create_param,
1415 int bt_conn_le_create_auto(const struct bt_conn_le_create_param *create_param,
/Zephyr-latest/samples/bluetooth/central_hr/src/
Dmain.c119 struct bt_conn_le_create_param *create_param; in eir_found()
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c42 struct bt_conn_le_create_param create_param = { in device_found()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3286 struct bt_conn_le_create_param *create_params = in bt_do_connect_le()
4443 struct bt_conn_le_create_param *create_params = in cmd_fal_connect()