Searched full:bt_id_del (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/ |
D | testcase.yaml | 6 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:
|
D | CMakeLists.txt | 5 project(bt_id_del) project
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | id_expects.h | 10 * 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
|
D | id.h | 14 FAKE(bt_id_del) \ 16 DECLARE_FAKE_VOID_FUNC(bt_id_del, struct bt_keys *);
|
D | id_expects.c | 14 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()
|
D | id.c | 10 DEFINE_FAKE_VOID_FUNC(bt_id_del, struct bt_keys *);
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/ |
D | main.c | 43 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 …]
|
D | test_suite_invalid_inputs.c | 31 bt_id_del(NULL); in ZTEST() 52 bt_id_del(&keys); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/src/ |
D | main.c | 32 * 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/ |
D | keys.c | 319 bt_id_del(keys); in bt_keys_clear()
|
D | hci_core.h | 489 void bt_id_del(struct bt_keys *keys);
|
D | id.c | 914 bt_id_del(keys); in pending_id_update() 1145 void bt_id_del(struct bt_keys *keys) in bt_id_del() function
|