Structure represents the Bluetooth response to get the local device name.
This structure is used to define the parameters for the response that includes the local Bluetooth device name, that includes the name length, the name itself, and a reserved variable.
Public Attributes#
uint8_t
Name length.
int8_t
Array which consists name of the local device.
uint8_t
Reserved variable.