nrfxlib API 2.7.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
33{
36};
37
39typedef struct __PACKED __ALIGN(1)
40{
41 uint16_t conn_handle;
44
78typedef struct __PACKED __ALIGN(1)
79{
80 uint8_t num_handles;
83
88#ifdef __cplusplus
89}
90#endif
91
92#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:80
Number Of Completed Packets.
Definition: sdc_hci_evt.h:79
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