This function sets the BD address of the connection destination in the Bluetooth communication settings.

Syntax

void BltSetConnectAddress(
  const char *address
);

Parameters

address
[in] Specify the BD address of the connection destination.
(12-digit hexadecimal character string)

Return value

None

Remarks

Sets the Bluetooth address of the connection destination.

Requirements

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

Last updated: 2020/10/07