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/ |
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-Core-3.4.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-Core-3.4.0/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-Core-3.4.0/samples/bluetooth/beacon/src/ |
D | main.c | 71 bt_id_get(&addr, &count); in bt_ready()
|
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 41 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/ |
D | main.c | 75 bt_id_get(&addr, &count); in bt_ready()
|
/Zephyr-Core-3.4.0/samples/bluetooth/eddystone/src/ |
D | main.c | 435 bt_id_get(&addr, &count); in eds_slot_restart()
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | bluetooth.h | 317 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/ |
D | id.c | 1156 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/ |
D | bt.c | 1186 bt_id_get(addrs, &count); in cmd_id_show() 1208 bt_id_get(addrs, &count); in cmd_id_select()
|