Searched refs:bt_id_get (Results 1 – 13 of 13) sorted by relevance
| /Zephyr-4.1.0/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-4.1.0/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-4.1.0/tests/bsim/bluetooth/host/misc/disable/src/ |
| D | main_disable.c | 68 bt_id_get(NULL, &id_count); in test_disable_set_default_id() 74 bt_id_get(&stored_id, &id_count); in test_disable_set_default_id()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
| D | dut_rpa_rotation.c | 94 bt_id_get(NULL, &bt_id_count); in start_advertising() 114 bt_id_get(NULL, &bt_id_count); in start_advertising()
|
| D | dut_rpa_expired.c | 119 bt_id_get(NULL, &bt_id_count); in start_rpa_advertising() 140 bt_id_get(NULL, &bt_id_count); in start_rpa_advertising()
|
| /Zephyr-4.1.0/samples/bluetooth/beacon/src/ |
| D | main.c | 71 bt_id_get(&addr, &count); in bt_ready()
|
| /Zephyr-4.1.0/tests/bluetooth/host/id/bt_id_get/ |
| D | CMakeLists.txt | 5 project(bt_id_get) project
|
| /Zephyr-4.1.0/samples/boards/st/power_mgmt/stm32wb_ble/src/ |
| D | main.c | 75 bt_id_get(&addr, &count); in bt_ready()
|
| /Zephyr-4.1.0/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-4.1.0/samples/bluetooth/eddystone/src/ |
| D | main.c | 438 bt_id_get(&addr, &count); in eds_slot_restart()
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | bluetooth.h | 355 void bt_id_get(bt_addr_le_t *addrs, size_t *count);
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | id.c | 1254 void bt_id_get(bt_addr_le_t *addrs, size_t *count) in bt_id_get() function
|
| /Zephyr-4.1.0/subsys/bluetooth/host/shell/ |
| D | bt.c | 1559 bt_id_get(addrs, &count); in cmd_id_show() 1580 bt_id_get(addrs, &count); in cmd_id_select()
|