Home
last modified time | relevance | path

Searched refs:bt_id_create (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/
Dmain.c28 ZTEST_SUITE(bt_id_create, NULL, NULL, NULL, NULL, NULL);
61 ZTEST(bt_id_create, test_create_id_null_address) in ZTEST() argument
69 new_id = bt_id_create(NULL, NULL); in ZTEST()
95 ZTEST(bt_id_create, test_create_id_null_address_with_no_duplication) in ZTEST() argument
106 new_id = bt_id_create(NULL, NULL); in ZTEST()
133 ZTEST(bt_id_create, test_create_id_bt_addr_le_any_address) in ZTEST() argument
142 new_id = bt_id_create(&addr, NULL); in ZTEST()
168 ZTEST(bt_id_create, test_create_id_null_address_fails) in ZTEST() argument
176 err = bt_id_create(NULL, NULL); in ZTEST()
198 ZTEST(bt_id_create, test_create_id_valid_input_address) in ZTEST() argument
[all …]
Dtest_suite_invalid_inputs.c32 err = bt_id_create(NULL, NULL); in ZTEST()
53 err = bt_id_create(NULL, valid_irk_ptr); in ZTEST()
76 err = bt_id_create(NULL, NULL); in ZTEST()
100 err = bt_id_create(BT_LE_ADDR, NULL); in ZTEST()
120 err = bt_id_create(BT_RPA_LE_ADDR, NULL); in ZTEST()
144 err = bt_id_create(BT_STATIC_RANDOM_LE_ADDR_1, NULL); in ZTEST()
165 err = bt_id_create(BT_STATIC_RANDOM_LE_ADDR_1, zero_irk); in ZTEST()
Dtest_suite_privacy_enabled.c68 new_id = bt_id_create(&addr, NULL); in ZTEST()
110 new_id = bt_id_create(&addr, zero_irk); in ZTEST()
152 new_id = bt_id_create(&addr, testing_irk_value); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dperipheral.c24 id_a = bt_id_create(NULL, NULL); in peripheral()
27 id_b = bt_id_create(NULL, NULL); in peripheral()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dperipheral.c24 id_a = bt_id_create(NULL, NULL); in peripheral()
27 id_b = bt_id_create(NULL, NULL); in peripheral()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dperipheral.c23 id_a = bt_id_create(NULL, NULL); in peripheral()
26 id_b = bt_id_create(NULL, NULL); in peripheral()
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
Dperipheral.c47 id_a = bt_id_create(NULL, NULL); in peripheral()
50 id_b = bt_id_create(NULL, NULL); in peripheral()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Ddut_rpa_rotation.c93 id_a = bt_id_create(NULL, NULL); in start_advertising()
98 id_b = bt_id_create(NULL, NULL); in start_advertising()
Ddut_rpa_expired.c120 id_a = bt_id_create(NULL, NULL); in start_rpa_advertising()
125 id_b = bt_id_create(NULL, NULL); in start_rpa_advertising()
/Zephyr-latest/tests/bsim/bluetooth/host/id/settings/src/
Ddut.c40 err = bt_id_create(NULL, NULL); in run_dut1()
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/
Ddummy_peripheral.c37 err = bt_id_create(&addr, NULL); in test_peripheral_dummy()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Ddut.c35 err = bt_id_create(&dut_addr, irk); in set_public_addr()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dserver.c24 bt_id_create(&addr, NULL); in set_public_addr()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/
DCMakeLists.txt5 project(bt_id_create) project
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dmain_disable.c54 err = bt_id_create(&addr, NULL); in test_disable_set_default_id()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Ddut.c104 err = bt_id_create(&TEST_DATA_DUT_ADDR, NULL); in entrypoint_dut()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dcentral.c283 bt_id_create(&addr, NULL); in set_public_addr()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c49 id = bt_id_create(NULL, NULL); in adv_start()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dcentral.c305 bt_id_create(&addr, NULL); in set_public_addr()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h382 int bt_id_create(bt_addr_le_t *addr, uint8_t *irk);
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig269 bt_id_create(), before calling bt_enable().
/Zephyr-latest/subsys/bluetooth/host/
Did.c1335 int bt_id_create(bt_addr_le_t *addr, uint8_t *irk) in bt_id_create() function
1704 return bt_id_create(NULL, NULL); in bt_setup_random_id_addr()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1482 err = bt_id_create(&addr, NULL); in cmd_id_create()
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst110 * Deprecated the :c:func:`bt_set_id_addr` function, use :c:func:`bt_id_create`