nrfxlib API 3.3.99
Loading...
Searching...
No Matches
sdc_hci_cmd_link_control.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
20#ifndef SDC_HCI_CMD_LINK_CONTROL_H__
21#define SDC_HCI_CMD_LINK_CONTROL_H__
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27#include <stdint.h>
28#include <nrfx.h>
29
43
52typedef struct __PACKED __ALIGN(1)
53{
54 uint16_t conn_handle;
55 uint8_t reason;
57
59typedef struct __PACKED __ALIGN(1)
60{
61 uint16_t conn_handle;
63
139
167
172#ifdef __cplusplus
173}
174#endif
175
176#endif /* SDC_HCI_CMD_LINK_CONTROL_H__ */
sdc_hci_opcode_lc
HCI LC OpCode Field values.
Definition sdc_hci_cmd_link_control.h:37
@ SDC_HCI_OPCODE_CMD_LC_READ_REMOTE_VERSION_INFORMATION
See sdc_hci_cmd_lc_read_remote_version_information().
Definition sdc_hci_cmd_link_control.h:41
@ SDC_HCI_OPCODE_CMD_LC_DISCONNECT
See sdc_hci_cmd_lc_disconnect().
Definition sdc_hci_cmd_link_control.h:39
uint8_t sdc_hci_cmd_lc_disconnect(const sdc_hci_cmd_lc_disconnect_t *p_params)
Disconnect.
uint8_t sdc_hci_cmd_lc_read_remote_version_information(const sdc_hci_cmd_lc_read_remote_version_information_t *p_params)
Read Remote Version Information.
uint8_t reason
Definition sdc_hci_cmd_link_control.h:55
uint16_t conn_handle
Definition sdc_hci_cmd_link_control.h:54
Disconnect command parameter(s).
Definition sdc_hci_cmd_link_control.h:53
uint16_t conn_handle
Definition sdc_hci_cmd_link_control.h:61
Read Remote Version Information command parameter(s).
Definition sdc_hci_cmd_link_control.h:60