Home
last modified time | relevance | path

Searched full:bt_id_get (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/src/
Dmain.c46 ZTEST_SUITE(bt_id_get, NULL, NULL, NULL, NULL, NULL);
57 ZTEST(bt_id_get, test_get_current_id_count) in ZTEST() argument
61 bt_id_get(NULL, &count); in ZTEST()
75 ZTEST(bt_id_get, test_copy_minimum_count) in ZTEST() argument
84 bt_id_get(copy_dst_addrs, &count); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/id/settings/src/
Ddut.c37 bt_id_get(NULL, &bt_id_count); in run_dut1()
45 bt_id_get(NULL, &bt_id_count); in run_dut1()
76 bt_id_get(NULL, &bt_id_count); in run_dut2()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/
Dtestcase.yaml6 bluetooth.host.bt_id_get.default:
DCMakeLists.txt5 project(bt_id_get) project
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Ddut_rpa_rotation.c86 bt_id_get(NULL, &bt_id_count); in start_advertising()
106 bt_id_get(NULL, &bt_id_count); in start_advertising()
108 FAIL("bt_id_get returned incorrect number of identities %u\n", bt_id_count); in start_advertising()
Ddut_rpa_expired.c112 bt_id_get(NULL, &bt_id_count); in start_rpa_advertising()
133 bt_id_get(NULL, &bt_id_count); in start_rpa_advertising()
135 FAIL("bt_id_get returned incorrect number of identities %u\n", bt_id_count); in start_rpa_advertising()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dmain_disable.c64 bt_id_get(NULL, &id_count); in test_disable_set_default_id()
70 bt_id_get(&stored_id, &id_count); in test_disable_set_default_id()
/Zephyr-latest/samples/bluetooth/beacon/src/
Dmain.c71 bt_id_get(&addr, &count); in bt_ready()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c45 bt_id_get(NULL, &id_count); in adv_start()
285 bt_id_get(NULL, &id_count); in init_peripheral()
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/src/
Dmain.c75 bt_id_get(&addr, &count); in bt_ready()
/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c438 bt_id_get(&addr, &count); in eds_slot_restart()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h334 void bt_id_get(bt_addr_le_t *addrs, size_t *count);
356 * and after that check with bt_id_get() how many identities were recovered.
612 * returned by @ref bt_le_oob_get_local, instead @ref bt_id_get
/Zephyr-latest/subsys/bluetooth/host/
Did.c1249 void bt_id_get(bt_addr_le_t *addrs, size_t *count) in bt_id_get() function
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1558 bt_id_get(addrs, &count); in cmd_id_show()
1579 bt_id_get(addrs, &count); in cmd_id_select()