gpg:: StartAdvertisingResult
  #include <nearby_connection_types.h>
  The ID and name of an instance registered on this device.
Summary
        Public types | 
    |
|---|---|
        StatusCode
       | 
      enum Status code values returned in the  status field.  | 
    
        Public attributes | 
    |
|---|---|
        local_endpoint_name
       | 
      
        std::string
        The human-readable name for the local endpoint being advertised (after resolving any name collisions that may have occurred).  
       | 
    
        status
       | 
      
        
         The status code indicating whether advertising succeeded.  
       | 
    
Public types
StatusCode
gpg::StartAdvertisingResult::StatusCode
Status code values returned in the status field. 
Public attributes
local_endpoint_name
std::string gpg::StartAdvertisingResult::local_endpoint_name
The human-readable name for the local endpoint being advertised (after resolving any name collisions that may have occurred).
status
StatusCode gpg::StartAdvertisingResult::status
The status code indicating whether advertising succeeded.