This function terminates the PIN code connection wait state.

Syntax

int BltWaitAcceptEnd(
  int accept
);

Parameters

accept
[in] This is a reserved variable.
Please specify TRUE.

Return value

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

Remarks

It is valid only during Bluetooth communication.
Also, it only works if you have previously run BltWaitAcceptStart.

Requirements

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

Sample

None

Last updated: 2020/10/07