Searched refs:bt_id_add (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/src/ |
D | main.c | 41 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 …]
|
D | test_suite_invalid_inputs.c | 31 bt_id_add(NULL); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | hci_core.h | 14 FAKE(bt_id_add) \ 17 DECLARE_FAKE_VOID_FUNC(bt_id_add, struct bt_keys *);
|
D | hci_core.c | 11 DEFINE_FAKE_VOID_FUNC(bt_id_add, struct bt_keys *);
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/ |
D | CMakeLists.txt | 5 project(bt_id_add) project
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.h | 488 void bt_id_add(struct bt_keys *keys);
|
D | keys.c | 442 bt_id_add(keys); in id_add()
|
D | id.c | 908 bt_id_add(keys); in pending_id_update() 996 void bt_id_add(struct bt_keys *keys) in bt_id_add() function
|
D | smp.c | 3913 bt_id_add(new_bond); in smp_id_add_replace()
|