Home
last modified time | relevance | path

Searched full:bt_id_del (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/
Dtestcase.yaml6 bluetooth.host.bt_id_del.default:
8 bluetooth.host.bt_id_del.broadcaster_ext_adv_enabled:
13 bluetooth.host.bt_id_del.broadcaster_no_ext_adv:
17 bluetooth.host.bt_id_del.broadcaster_no_ext_adv_privacy_enabled:
23 bluetooth.host.bt_id_del.observer_ext_adv:
DCMakeLists.txt5 project(bt_id_del) project
/Zephyr-latest/tests/bluetooth/host/keys/mocks/
Did_expects.h10 * Validate expected behaviour when bt_id_del() is called
13 * - bt_id_del() to be called once with correct parameters
18 * Validate expected behaviour when bt_id_del() isn't called
21 * - bt_id_del() isn't called at all
Did.h14 FAKE(bt_id_del) \
16 DECLARE_FAKE_VOID_FUNC(bt_id_del, struct bt_keys *);
Did_expects.c14 const char *func_name = "bt_id_del"; in expect_single_call_bt_id_del()
25 const char *func_name = "bt_id_del"; in expect_not_called_bt_id_del()
Did.c10 DEFINE_FAKE_VOID_FUNC(bt_id_del, struct bt_keys *);
/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/
Dmain.c43 ZTEST_SUITE(bt_id_del, NULL, NULL, NULL, NULL, NULL);
55 ZTEST(bt_id_del, test_zero_controller_list_size) in ZTEST() argument
65 bt_id_del(&keys); in ZTEST()
84 ZTEST(bt_id_del, test_resolving_list_entries_greater_than_controller_list_size) in ZTEST() argument
94 bt_id_del(&keys); in ZTEST()
115 ZTEST(bt_id_del, test_conn_lookup_returns_valid_conn_ref) in ZTEST() argument
126 bt_id_del(&keys); in ZTEST()
167 ZTEST(bt_id_del, test_conn_lookup_returns_null_broadcaster_ext_adv_enabled) in ZTEST() argument
185 bt_id_del(&keys); in ZTEST()
212 ZTEST(bt_id_del, test_conn_lookup_returns_null_broadcaster_no_ext_adv) in ZTEST() argument
[all …]
Dtest_suite_invalid_inputs.c31 bt_id_del(NULL); in ZTEST()
52 bt_id_del(&keys); in ZTEST()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/src/
Dmain.c32 * As 'BT_KEYS_ID_ADDED' isn't set, bt_id_del() shouldn't be called.
39 * - bt_id_del() isn't called
78 * As 'BT_KEYS_ID_ADDED' is set, bt_id_del() should be called.
85 * - bt_id_del() is called with correct key reference
/Zephyr-latest/subsys/bluetooth/host/
Dkeys.c319 bt_id_del(keys); in bt_keys_clear()
Dhci_core.h489 void bt_id_del(struct bt_keys *keys);
Did.c914 bt_id_del(keys); in pending_id_update()
1145 void bt_id_del(struct bt_keys *keys) in bt_id_del() function