This function sets the local device name in the Bluetooth communication settings.

Syntax

int BltSetLocalName(
  const char *localname
);

Parameters

localname
[in] Sets the local device name.
(Maximum 19-digit character string)

Return value

Returns OK if the function succeeds, otherwise it returns other value.

Remarks

Sets the local device name.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/10/07