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 285 of file ble_gapc.h.
uint16_t ble_gap_dev_version_ind_t::hci_subver |
HCI subversion.
Definition at line 290 of file ble_gapc.h.
uint8_t ble_gap_dev_version_ind_t::hci_ver |
HCI version.
Definition at line 287 of file ble_gapc.h.
uint16_t ble_gap_dev_version_ind_t::host_subver |
Host subversion.
Definition at line 292 of file ble_gapc.h.
uint8_t ble_gap_dev_version_ind_t::host_ver |
Host version.
Definition at line 289 of file ble_gapc.h.
uint16_t ble_gap_dev_version_ind_t::lmp_subver |
LMP subversion.
Definition at line 291 of file ble_gapc.h.
uint8_t ble_gap_dev_version_ind_t::lmp_ver |
LMP version.
Definition at line 288 of file ble_gapc.h.
uint16_t ble_gap_dev_version_ind_t::manuf_name |
Manufacturer name.
Definition at line 293 of file ble_gapc.h.