/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/ |
D | main.c | 28 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 …]
|
D | test_suite_invalid_inputs.c | 32 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()
|
D | test_suite_privacy_enabled.c | 68 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/ |
D | peripheral.c | 24 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/ |
D | peripheral.c | 24 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/ |
D | peripheral.c | 23 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/ |
D | peripheral.c | 47 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/ |
D | dut_rpa_rotation.c | 93 id_a = bt_id_create(NULL, NULL); in start_advertising() 98 id_b = bt_id_create(NULL, NULL); in start_advertising()
|
D | dut_rpa_expired.c | 120 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/ |
D | dut.c | 40 err = bt_id_create(NULL, NULL); in run_dut1()
|
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/ |
D | dummy_peripheral.c | 37 err = bt_id_create(&addr, NULL); in test_peripheral_dummy()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | dut.c | 35 err = bt_id_create(&dut_addr, irk); in set_public_addr()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | server.c | 24 bt_id_create(&addr, NULL); in set_public_addr()
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/ |
D | CMakeLists.txt | 5 project(bt_id_create) project
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | main_disable.c | 54 err = bt_id_create(&addr, NULL); in test_disable_set_default_id()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/ |
D | dut.c | 104 err = bt_id_create(&TEST_DATA_DUT_ADDR, NULL); in entrypoint_dut()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | central.c | 283 bt_id_create(&addr, NULL); in set_public_addr()
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 49 id = bt_id_create(NULL, NULL); in adv_start()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | central.c | 305 bt_id_create(&addr, NULL); in set_public_addr()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 382 int bt_id_create(bt_addr_le_t *addr, uint8_t *irk);
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig | 269 bt_id_create(), before calling bt_enable().
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | id.c | 1335 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/ |
D | bt.c | 1482 err = bt_id_create(&addr, NULL); in cmd_id_create()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 110 * Deprecated the :c:func:`bt_set_id_addr` function, use :c:func:`bt_id_create`
|