GAP Device name struct. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | length |
uint8_t | value [__ARRAY_EMPTY] |
GAP Device name struct.
Definition at line 618 of file ble_gapc.h.
uint16_t ble_gap_dev_name_ind_t::length |
Device name length.
Definition at line 620 of file ble_gapc.h.
uint8_t ble_gap_dev_name_ind_t::value[__ARRAY_EMPTY] |
Device name data.
Definition at line 621 of file ble_gapc.h.