nrfxlib API 2.8.99
Loading...
Searching...
No Matches
sdc_hci_evt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
16#ifndef SDC_HCI_EVT_H__
17#define SDC_HCI_EVT_H__
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23#include <stdint.h>
24#include <mdk/compiler_abstraction.h>
25
37
39typedef struct __PACKED __ALIGN(1)
40{
41 uint16_t conn_handle;
44
82
87#ifdef __cplusplus
88}
89#endif
90
91#endif /* SDC_HCI_EVT_H__ */
sdc_hci_event
HCI Event Code values.
Definition sdc_hci_evt.h:33
@ SDC_HCI_EVENT_NUMBER_OF_COMPLETED_PACKETS
Number Of Completed Packets.
Definition sdc_hci_evt.h:35
uint8_t num_handles
Definition sdc_hci_evt.h:79
Number Of Completed Packets.
Definition sdc_hci_evt.h:78
uint16_t conn_handle
Definition sdc_hci_evt.h:41
uint16_t num_completed_packets
Definition sdc_hci_evt.h:42
Number Of Completed Packets array parameters.
Definition sdc_hci_evt.h:40