Searched full:bt_id_get (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/src/ |
D | main.c | 46 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/ |
D | dut.c | 37 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/ |
D | testcase.yaml | 6 bluetooth.host.bt_id_get.default:
|
D | CMakeLists.txt | 5 project(bt_id_get) project
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | dut_rpa_rotation.c | 86 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()
|
D | dut_rpa_expired.c | 112 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/ |
D | main_disable.c | 64 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/ |
D | main.c | 71 bt_id_get(&addr, &count); in bt_ready()
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 45 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/ |
D | main.c | 75 bt_id_get(&addr, &count); in bt_ready()
|
/Zephyr-latest/samples/bluetooth/eddystone/src/ |
D | main.c | 438 bt_id_get(&addr, &count); in eds_slot_restart()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 334 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/ |
D | id.c | 1249 void bt_id_get(bt_addr_le_t *addrs, size_t *count) in bt_id_get() function
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 1558 bt_id_get(addrs, &count); in cmd_id_show() 1579 bt_id_get(addrs, &count); in cmd_id_select()
|