Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/tests/bluetooth/host/id/bt_id_get/
Dtestcase.yaml6 bluetooth.host.bt_id_get.default:
DCMakeLists.txt5 project(bt_id_get) project
/Zephyr-Core-3.4.0/samples/bluetooth/beacon/src/
Dmain.c71 bt_id_get(&addr, &count); in bt_ready()
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c41 bt_id_get(NULL, &id_count); in adv_start()
263 bt_id_get(NULL, &id_count); in init_peripheral()
/Zephyr-Core-3.4.0/samples/boards/stm32/power_mgmt/stm32wb_ble/src/
Dmain.c75 bt_id_get(&addr, &count); in bt_ready()
/Zephyr-Core-3.4.0/samples/bluetooth/eddystone/src/
Dmain.c435 bt_id_get(&addr, &count); in eds_slot_restart()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dbluetooth.h317 void bt_id_get(bt_addr_le_t *addrs, size_t *count);
339 * and after that check with bt_id_get() how many identities were recovered.
535 * returned by @ref bt_le_oob_get_local, instead @ref bt_id_get
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Did.c1156 void bt_id_get(bt_addr_le_t *addrs, size_t *count) in bt_id_get() function
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dbt.c1186 bt_id_get(addrs, &count); in cmd_id_show()
1208 bt_id_get(addrs, &count); in cmd_id_select()