OSXBLUEVOICE: OSX_BLUEVOICE_Return_States

STM32 OSX BlueVoice

OSXBLUEVOICE
Documentation for OSXBLUEVOICE Library for STM32, BlueNRG and MP34DT01-M

Enumerations

enum  OSX_BV_Status {
  OSX_BV_SUCCESS = 0x00, OSX_BV_LOCKER_ERROR = 0x11, OSX_BV_ERROR = 0x01, OSX_BV_DISCONNETED = 0x10,
  OSX_BV_NOT_CONFIG = 0x20, OSX_BV_RECEIVER_DISABLE = 0x30, OSX_BV_TRANSMITTER_DISABLE = 0x31, OSX_BV_RX_HANDLE_NOT_AVAILABLE = 0x32,
  OSX_BV_OUT_BUF_READY = 0x40, OSX_BV_OUT_BUF_NOT_READY = 0x41, OSX_BV_PCM_SAMPLES_ERR = 0x50, OSX_BV_NOTIF_DISABLE = 0x60,
  OSX_BV_TIMEOUT = 0x70
}
 Return states values. More...
 

Detailed Description

Enumeration Type Documentation

Return states values.

Enumerator
OSX_BV_SUCCESS 

Success.

OSX_BV_LOCKER_ERROR 

The library locker authenticate failed.

OSX_BV_ERROR 

Error.

OSX_BV_DISCONNETED 

BLE Disconnected Error.

OSX_BV_NOT_CONFIG 

BLUEVOICE library not configured.

OSX_BV_RECEIVER_DISABLE 

Receiver mode disabled.

OSX_BV_TRANSMITTER_DISABLE 

Transmitter mode disabled.

OSX_BV_RX_HANDLE_NOT_AVAILABLE 

The handle isn't recognized.

OSX_BV_OUT_BUF_READY 

The audio out buffer is ready to be sent.

OSX_BV_OUT_BUF_NOT_READY 

The audio out buffer is not ready to be sent.

OSX_BV_PCM_SAMPLES_ERR 

The number of PCM samples given as audio input is not correct.

OSX_BV_NOTIF_DISABLE 

The notifications are disabled.

OSX_BV_TIMEOUT 

A BLE timeout occurred.

Generated on Mon Aug 29 2016 15:19:56 for OSXBLUEVOICE by   doxygen 1.8.9.1