Bluetooth® Sample Application Programmer's Reference
|
Display processing
Presentation
Functions | |
int | dspStart (void) |
Start display perypheral. More... | |
int | dspStop (void) |
Stop display perypheral. More... | |
Function Documentation
int dspStart | ( | void | ) |
Start display perypheral.
Open the associated channel. Should be called before calling any display processing, normally before an event treatment.
- Returns
- non-negative value if OK; negative otherwise Utilities.h Peripherals.c
int dspStop | ( | void | ) |
Stop display perypheral.
Close the associated channel. Should be called before returning to the idle prompt or before giving the control to another application.
- Returns
- non-negative value if OK; negative otherwise Utilities.h Peripherals.c
