Searched refs:bt_hci_le_rand (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-4.1.0/tests/bluetooth/host/crypto/mocks/ |
| D | hci_core.h | 12 FAKE(bt_hci_le_rand) \ 14 DECLARE_FAKE_VALUE_FUNC(int, bt_hci_le_rand, void *, size_t);
|
| D | hci_core.c | 16 DEFINE_FAKE_VALUE_FUNC(int, bt_hci_le_rand, void *, size_t);
|
| /Zephyr-4.1.0/drivers/entropy/ |
| D | entropy_bt_hci.c | 36 return bt_hci_le_rand(buffer, length); in entropy_bt_get_entropy()
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | hci.h | 212 int bt_hci_le_rand(void *buffer, size_t len);
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | crypto_psa.c | 60 return bt_hci_le_rand(buf, len); in bt_rand()
|
| D | hci_core.c | 474 int bt_hci_le_rand(void *buffer, size_t len) in bt_hci_le_rand() function
|
| /Zephyr-4.1.0/doc/releases/ |
| D | release-notes-3.1.rst | 283 * Added a new :c:func:`bt_hci_le_rand()` API call to obtain a random number
|