Home
last modified time | relevance | path

Searched refs:hci_le_set_random_address (Results 1 – 8 of 8) sorted by relevance

/btstack/doc/notes/
H A Dhci_commands_used_le.txt16 hci_le_set_random_address
H A Dhci_commands_used.txt23 hci_le_set_random_address
H A Dhci_commands_used_all.txt23 hci_le_set_random_address
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/auto/
H A Dble_hci_le.h450 tBleStatus hci_le_set_random_address(uint8_t Random_Address[6]);
H A Dble_hci_le.c425 tBleStatus hci_le_set_random_address(uint8_t Random_Address[6]) in hci_le_set_random_address() function
/btstack/src/
H A Dhci_cmd.c1314 const hci_cmd_t hci_le_set_random_address = { variable
H A Dhci_cmd.h601 extern const hci_cmd_t hci_le_set_random_address;
H A Dhci.c6507 hci_send_cmd(&hci_le_set_random_address, hci_stack->le_random_address); in hci_run_general_gap_le()