Home
last modified time | relevance | path

Searched refs:expect_call_count_bt_hci_le_rand (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/crypto/mocks/
Dhci_core_expects.h15 void expect_call_count_bt_hci_le_rand(int call_count, uint8_t args_history[]);
Dhci_core_expects.c11 void expect_call_count_bt_hci_le_rand(int call_count, uint8_t args_history[]) in expect_call_count_bt_hci_le_rand() function
/Zephyr-latest/tests/bluetooth/host/crypto/bt_rand/src/
Dmain.c53 expect_call_count_bt_hci_le_rand(1, expected_args_history); in ZTEST()
Dtest_suite_invalid_inputs.c77 expect_call_count_bt_hci_le_rand(1, expected_args_history); in ZTEST()