ble.handleEvents()

Description

Encapsulates event handling that must occur in the user task. Must be called in the loop function of the Energia sketch. This is necessary because calls that communicate with the NP cannot be called from within the communication task.

Syntax

ble.handleEvents();

Parameters

Nothing

Returns

Guide Home