Home
last modified time | relevance | path

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

/btstack/doc/notes/
H A Dhci_commands_used_le.txt20 hci_le_start_encryption
H A Dhci_commands_used.txt27 hci_le_start_encryption
H A Dhci_commands_used_all.txt27 hci_le_start_encryption
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/auto/
H A Dble_hci_le.h1042 tBleStatus hci_le_start_encryption(uint16_t Connection_Handle,
H A Dble_hci_le.c1007 tBleStatus hci_le_start_encryption(uint16_t Connection_Handle, in hci_le_start_encryption() function
/btstack/src/
H A Dhci_cmd.c1498 const hci_cmd_t hci_le_start_encryption = { variable
H A Dhci_cmd.h608 extern const hci_cmd_t hci_le_start_encryption;
/btstack/src/ble/
H A Dsm.c2942 …hci_send_cmd(&hci_le_start_encryption, connection->sm_handle,rand_low, rand_high, setup->sm_peer_e… in sm_run()
3233 hci_send_cmd(&hci_le_start_encryption, connection->sm_handle, 0, 0, 0, stk_flipped); in sm_run()