Searched refs:hci_le_start_encryption (Results 1 – 8 of 8) sorted by relevance
/btstack/doc/notes/ |
H A D | hci_commands_used_le.txt | 20 hci_le_start_encryption
|
H A D | hci_commands_used.txt | 27 hci_le_start_encryption
|
H A D | hci_commands_used_all.txt | 27 hci_le_start_encryption
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/auto/ |
H A D | ble_hci_le.h | 1042 tBleStatus hci_le_start_encryption(uint16_t Connection_Handle,
|
H A D | ble_hci_le.c | 1007 tBleStatus hci_le_start_encryption(uint16_t Connection_Handle, in hci_le_start_encryption() function
|
/btstack/src/ |
H A D | hci_cmd.c | 1498 const hci_cmd_t hci_le_start_encryption = { variable
|
H A D | hci_cmd.h | 608 extern const hci_cmd_t hci_le_start_encryption;
|
/btstack/src/ble/ |
H A D | sm.c | 2942 …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()
|