Home
last modified time | relevance | path

Searched refs:BT_LE_CONN_PARAM_DEFAULT (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-latest/tests/bsim/bluetooth/host/central/src/
Dmain.c75 err = bt_conn_le_create(&peer, &create_param, BT_LE_CONN_PARAM_DEFAULT, &conn); in test_central_connect_timeout_with_timeout()
148 err = bt_conn_le_create(&peer, &create_param, BT_LE_CONN_PARAM_DEFAULT, &conn); in test_central_connect_when_connecting()
156 err = bt_conn_le_create(&peer, &create_param, BT_LE_CONN_PARAM_DEFAULT, &conn); in test_central_connect_when_connecting()
194 err = bt_conn_le_create(&peer, &create_param, BT_LE_CONN_PARAM_DEFAULT, &conn); in test_central_connect_to_existing()
205 err = bt_conn_le_create(&peer, &create_param, BT_LE_CONN_PARAM_DEFAULT, &conn); in test_central_connect_to_existing()
/Zephyr-latest/tests/bluetooth/host/conn/src/
Dmain.c72 err = bt_conn_le_create(&peer, &create_param, BT_LE_CONN_PARAM_DEFAULT, &conn); in ZTEST()
88 err = bt_conn_le_create(&peer, &create_param, BT_LE_CONN_PARAM_DEFAULT, &conn); in ZTEST()
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dconnect.c65 err = bt_conn_le_create(peer, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, connp); in bt_testlib_connect()
/Zephyr-latest/samples/bluetooth/central/src/
Dmain.c55 BT_LE_CONN_PARAM_DEFAULT, &default_conn); in device_found()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c50 BT_LE_CONN_PARAM_DEFAULT, &conn); in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dcommon.c84 err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.c112 err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, &g_conn); in scan_connect_to_first_result__device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.c112 err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, &g_conn); in scan_connect_to_first_result__device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.c99 err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, &g_conn); in stop_scan_and_connect()
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.c135 err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, &g_conn); in stop_scan_and_connect()
/Zephyr-latest/samples/bluetooth/extended_adv/scanner/src/
Dmain.c107 BT_LE_CONN_PARAM_DEFAULT, &default_conn); in attempt_connection()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_scanner.c103 BT_LE_CONN_PARAM_DEFAULT, &g_conn); in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c127 err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, &g_conn); in scan_connect_to_first_result__device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.c101 BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, in scan_connect_to_first_result_device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/
Dmain.c94 err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, &conn); in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c169 param = BT_LE_CONN_PARAM_DEFAULT; in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/
Dmain.c114 param = BT_LE_CONN_PARAM_DEFAULT; in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dclient_test.c120 BT_LE_CONN_PARAM_DEFAULT, &g_conn); in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c145 err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, &new_conn); in scan_connect_to_first_result__device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_central.c172 BT_LE_CONN_PARAM_DEFAULT, in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c175 param = BT_LE_CONN_PARAM_DEFAULT; in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c158 param = BT_LE_CONN_PARAM_DEFAULT; in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dcentral.c115 err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN, BT_LE_CONN_PARAM_DEFAULT, in device_found()
/Zephyr-latest/samples/bluetooth/ccp_call_control_client/src/
Dmain.c152 BT_LE_CONN_PARAM_DEFAULT, &peer_conn); in scan_recv_cb()
/Zephyr-latest/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c143 BT_LE_CONN_PARAM_DEFAULT, &default_conn); in device_found()

123