Home
last modified time | relevance | path

Searched refs:bt_id_add (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/src/
Dmain.c41 ZTEST_SUITE(bt_id_add, NULL, NULL, NULL, NULL, NULL);
52 ZTEST(bt_id_add, test_zero_controller_list_size) in ZTEST() argument
61 bt_id_add(&keys); in ZTEST()
79 ZTEST(bt_id_add, test_host_side_resolving_used) in ZTEST() argument
88 bt_id_add(&keys); in ZTEST()
109 ZTEST(bt_id_add, test_conn_lookup_returns_valid_conn_ref) in ZTEST() argument
120 bt_id_add(&keys); in ZTEST()
161 ZTEST(bt_id_add, test_conn_lookup_returns_null_broadcaster_ext_adv_enabled) in ZTEST() argument
179 bt_id_add(&keys); in ZTEST()
204 ZTEST(bt_id_add, test_conn_lookup_returns_null_broadcaster_no_ext_adv) in ZTEST() argument
[all …]
Dtest_suite_invalid_inputs.c31 bt_id_add(NULL); in ZTEST()
/Zephyr-latest/tests/bluetooth/host/keys/mocks/
Dhci_core.h14 FAKE(bt_id_add) \
17 DECLARE_FAKE_VOID_FUNC(bt_id_add, struct bt_keys *);
Dhci_core.c11 DEFINE_FAKE_VOID_FUNC(bt_id_add, struct bt_keys *);
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/
DCMakeLists.txt5 project(bt_id_add) project
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h488 void bt_id_add(struct bt_keys *keys);
Dkeys.c442 bt_id_add(keys); in id_add()
Did.c908 bt_id_add(keys); in pending_id_update()
996 void bt_id_add(struct bt_keys *keys) in bt_id_add() function
Dsmp.c3913 bt_id_add(new_bond); in smp_id_add_replace()