Home
last modified time | relevance | path

Searched full:bt_id_create (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/
Dtest_suite_invalid_inputs.c19 * Test invalid input arguments to bt_id_create() using NULLs for address and IRK parameters.
32 err = bt_id_create(NULL, NULL); in ZTEST()
38 * Test invalid input arguments to bt_id_create() using NULL for the address parameter
53 err = bt_id_create(NULL, valid_irk_ptr); in ZTEST()
59 * Test invalid input arguments to bt_id_create() using NULLs for address and IRK parameters
76 err = bt_id_create(NULL, NULL); in ZTEST()
82 * Test invalid input arguments to bt_id_create() by using a valid address of type public and using
100 err = bt_id_create(BT_LE_ADDR, NULL); in ZTEST()
106 * Test invalid input arguments to bt_id_create() by using a valid address of type RPA and using
120 err = bt_id_create(BT_RPA_LE_ADDR, NULL); in ZTEST()
[all …]
Dmain.c28 ZTEST_SUITE(bt_id_create, NULL, NULL, NULL, NULL, NULL);
48 * As a NULL is passed to bt_id_create() for the address and 'BT_DEV_ENABLE' is set,
61 ZTEST(bt_id_create, test_create_id_null_address) in ZTEST() argument
69 new_id = bt_id_create(NULL, NULL); in ZTEST()
82 * As a NULL is passed to bt_id_create() for the address and 'BT_DEV_ENABLE' is set,
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()
119 * As an initialized address to BT_ADDR_LE_ANY is passed to bt_id_create() for the address and
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()
[all …]
Dtest_suite_privacy_enabled.c44 * A valid random static address is passed to bt_id_create() for the address and 'BT_DEV_ENABLE' is
68 new_id = bt_id_create(&addr, NULL); in ZTEST()
84 * A valid random static address is passed to bt_id_create() for the address and 'BT_DEV_ENABLE' is
110 new_id = bt_id_create(&addr, zero_irk); in ZTEST()
128 * A valid random static address is passed to bt_id_create() for the address and 'BT_DEV_ENABLE' is
152 new_id = bt_id_create(&addr, testing_irk_value); in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/
Dtestcase.yaml6 bluetooth.host.bt_id_create.default:
8 bluetooth.host.bt_id_create.bt_set_public_addr:
14 bluetooth.host.bt_id_create.bt_privacy_enabled:
DCMakeLists.txt5 project(bt_id_create) project
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dperipheral.c24 id_a = bt_id_create(NULL, NULL); in peripheral()
25 ASSERT(id_a >= 0, "bt_id_create id_a failed (err %d)\n", id_a); in peripheral()
27 id_b = bt_id_create(NULL, NULL); in peripheral()
28 ASSERT(id_b >= 0, "bt_id_create id_b failed (err %d)\n", id_b); in peripheral()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dperipheral.c24 id_a = bt_id_create(NULL, NULL); in peripheral()
25 ASSERT(id_a >= 0, "bt_id_create id_a failed (err %d)\n", id_a); in peripheral()
27 id_b = bt_id_create(NULL, NULL); in peripheral()
28 ASSERT(id_b >= 0, "bt_id_create id_b failed (err %d)\n", id_b); in peripheral()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dperipheral.c23 id_a = bt_id_create(NULL, NULL); in peripheral()
24 ASSERT(id_a >= 0, "bt_id_create id_a failed (err %d)\n", id_a); in peripheral()
26 id_b = bt_id_create(NULL, NULL); in peripheral()
27 ASSERT(id_b >= 0, "bt_id_create id_b failed (err %d)\n", id_b); 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()
48 ASSERT(id_a >= 0, "bt_id_create id_a failed (err %d)\n", id_a); in peripheral()
50 id_b = bt_id_create(NULL, NULL); in peripheral()
51 ASSERT(id_b >= 0, "bt_id_create id_b failed (err %d)\n", id_b); 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()
95 FAIL("bt_id_create id_a failed (err %d)\n", id_a); in start_advertising()
98 id_b = bt_id_create(NULL, NULL); in start_advertising()
100 FAIL("bt_id_create id_b failed (err %d)\n", id_b); in start_advertising()
Ddut_rpa_expired.c120 id_a = bt_id_create(NULL, NULL); in start_rpa_advertising()
122 FAIL("bt_id_create id_a failed (err %d)\n", id_a); in start_rpa_advertising()
125 id_b = bt_id_create(NULL, NULL); in start_rpa_advertising()
127 FAIL("bt_id_create id_b failed (err %d)\n", id_b); in start_rpa_advertising()
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_invalid_cases.c51 * - A negative error code is returned by bt_id_create().
72 * - A negative error code is returned by bt_id_create().
122 * - A negative error code is returned by bt_id_create().
164 * - A negative error code is returned by bt_id_create().
206 * - A negative error code is returned by bt_id_create().
238 * - A negative error code is returned by bt_id_create().
/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/id/settings/src/
Ddut.c40 err = bt_id_create(NULL, NULL); in run_dut1()
/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/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/settings/src/
Dserver.c24 bt_id_create(&addr, NULL); in set_public_addr()
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig269 bt_id_create(), before calling bt_enable().
Dhci_ifx_cyw208xx.c211 * 2. If user set the static address (by using bt_id_create) before bt_enable, in cyw208xx_setup()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dcentral.c283 bt_id_create(&addr, NULL); in set_public_addr()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dcentral.c305 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/include/zephyr/bluetooth/
Dbluetooth.h358 * call bt_id_create() to create new ones.
382 int bt_id_create(bt_addr_le_t *addr, uint8_t *irk);
388 * are the same as with bt_id_create(). The difference is the first
/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()

12