Home
last modified time | relevance | path

Searched refs:bt_hci_le_rand (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/crypto/mocks/
Dhci_core.h12 FAKE(bt_hci_le_rand) \
14 DECLARE_FAKE_VALUE_FUNC(int, bt_hci_le_rand, void *, size_t);
Dhci_core.c16 DEFINE_FAKE_VALUE_FUNC(int, bt_hci_le_rand, void *, size_t);
/Zephyr-latest/drivers/entropy/
Dentropy_bt_hci.c36 return bt_hci_le_rand(buffer, length); in entropy_bt_get_entropy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci.h212 int bt_hci_le_rand(void *buffer, size_t len);
/Zephyr-latest/subsys/bluetooth/host/
Dcrypto_psa.c56 return bt_hci_le_rand(buf, len); in bt_rand()
Dhci_core.c471 int bt_hci_le_rand(void *buffer, size_t len) in bt_hci_le_rand() function
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst283 * Added a new :c:func:`bt_hci_le_rand()` API call to obtain a random number