nrfxlib API 3.3.99
Loading...
Searching...
No Matches
sdc_hci_evt.h File Reference
#include <stdint.h>
#include <nrfx.h>

Go to the source code of this file.

Data Structures

struct  sdc_hci_number_of_completed_packets_array_params_t
 Number Of Completed Packets array parameters. More...
 
struct  sdc_hci_event_disconn_complete_t
 Disconnection Complete. More...
 
struct  sdc_hci_event_encryption_change_t
 Encryption Change [v1]. More...
 
struct  sdc_hci_event_read_remote_version_information_complete_t
 Read Remote Version Information Complete. More...
 
struct  sdc_hci_event_command_complete_t
 Command Complete. More...
 
struct  sdc_hci_event_command_status_t
 Command Status. More...
 
struct  sdc_hci_event_number_of_completed_packets_t
 Number Of Completed Packets. More...
 
struct  sdc_hci_event_data_buffer_overflow_t
 Data Buffer Overflow. More...
 
struct  sdc_hci_event_encryption_key_refresh_complete_t
 Encryption Key Refresh Complete. More...
 
struct  sdc_hci_event_le_meta_t
 LE Meta. More...
 
struct  sdc_hci_event_authenticated_payload_timeout_expired_t
 Authenticated Payload Timeout Expired. More...
 
struct  sdc_hci_event_vs_meta_t
 VS Meta. More...
 

Enumerations

enum  sdc_hci_event {
  SDC_HCI_EVENT_DISCONN_COMPLETE = 0x5 , SDC_HCI_EVENT_ENCRYPTION_CHANGE = 0x8 , SDC_HCI_EVENT_READ_REMOTE_VERSION_INFORMATION_COMPLETE = 0xc , SDC_HCI_EVENT_COMMAND_COMPLETE = 0xe ,
  SDC_HCI_EVENT_COMMAND_STATUS = 0xf , SDC_HCI_EVENT_NUMBER_OF_COMPLETED_PACKETS = 0x13 , SDC_HCI_EVENT_DATA_BUFFER_OVERFLOW = 0x1a , SDC_HCI_EVENT_ENCRYPTION_KEY_REFRESH_COMPLETE = 0x30 ,
  SDC_HCI_EVENT_LE_META = 0x3e , SDC_HCI_EVENT_AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED = 0x57 , SDC_HCI_EVENT_VS_META = 0xff
}
 HCI Event Code values. More...