The struct of device version. More...
#include <ble_gapc.h>
Public Attributes | |
uint8_t | hci_ver |
uint8_t | lmp_ver |
uint8_t | host_ver |
uint16_t | hci_subver |
uint16_t | lmp_subver |
uint16_t | host_subver |
uint16_t | manuf_name |
The struct of device version.
Definition at line 157 of file ble_gapc.h.
uint16_t ble_gap_dev_version_ind_t::hci_subver |
HCI subversion.
Definition at line 162 of file ble_gapc.h.
uint8_t ble_gap_dev_version_ind_t::hci_ver |
HCI version.
Definition at line 159 of file ble_gapc.h.
uint16_t ble_gap_dev_version_ind_t::host_subver |
Host subversion.
Definition at line 164 of file ble_gapc.h.
uint8_t ble_gap_dev_version_ind_t::host_ver |
Host version.
Definition at line 161 of file ble_gapc.h.
uint16_t ble_gap_dev_version_ind_t::lmp_subver |
LMP subversion.
Definition at line 163 of file ble_gapc.h.
uint8_t ble_gap_dev_version_ind_t::lmp_ver |
LMP version.
Definition at line 160 of file ble_gapc.h.
uint16_t ble_gap_dev_version_ind_t::manuf_name |
Manufacturer name.
Definition at line 165 of file ble_gapc.h.