The struct of device version. More...
#include <ble_gapc.h>
Public Attributes | |
uint8_t | hci_ver |
HCI version. More... | |
uint8_t | lmp_ver |
LMP version. More... | |
uint8_t | host_ver |
Host version. More... | |
uint16_t | hci_subver |
HCI subversion. More... | |
uint16_t | lmp_subver |
LMP subversion. More... | |
uint16_t | host_subver |
Host subversion. More... | |
uint16_t | manuf_name |
Manufacturer name. More... | |
The struct of device version.
Definition at line 193 of file ble_gapc.h.
uint16_t gap_dev_version_ind_t::hci_subver |
HCI subversion.
Definition at line 198 of file ble_gapc.h.
uint8_t gap_dev_version_ind_t::hci_ver |
HCI version.
Definition at line 195 of file ble_gapc.h.
uint16_t gap_dev_version_ind_t::host_subver |
Host subversion.
Definition at line 200 of file ble_gapc.h.
uint8_t gap_dev_version_ind_t::host_ver |
Host version.
Definition at line 197 of file ble_gapc.h.
uint16_t gap_dev_version_ind_t::lmp_subver |
LMP subversion.
Definition at line 199 of file ble_gapc.h.
uint8_t gap_dev_version_ind_t::lmp_ver |
LMP version.
Definition at line 196 of file ble_gapc.h.
uint16_t gap_dev_version_ind_t::manuf_name |
Manufacturer name.
Definition at line 201 of file ble_gapc.h.