OSXBLUEVOICE: OSX_BLUEVOICE_Exported_Callbacks

STM32 OSX BlueVoice

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

Functions

OSX_BV_Status osx_BlueVoice_ConnectionComplete_CB (uint16_t handle)
 This function must be called when there is a LE Connection Complete event. More...
 
OSX_BV_Status osx_BlueVoice_DisconnectionComplete_CB (void)
 This function must be called when there is a LE disconnection Complete event. More...
 
OSX_BV_Status osx_BlueVoice_AttributeModified_CB (uint16_t attr_handle, uint8_t attr_len, uint8_t *attr_value)
 This function must be called when there is a LE attribut modified event. More...
 
int osx_BlueVoice_GetLibVersion (char *version)
 This function is called to get library version. More...
 

Detailed Description

Function Documentation

OSX_BV_Status osx_BlueVoice_AttributeModified_CB ( uint16_t  attr_handle,
uint8_t  attr_len,
uint8_t *  attr_value 
)

This function must be called when there is a LE attribut modified event.

Parameters
attr_handleAttribute handle.
attr_lenAttribute length.
attr_valueAttribute value.
Return values
OSX_BV_StatusValue indicating success or error code.
OSX_BV_Status osx_BlueVoice_ConnectionComplete_CB ( uint16_t  handle)

This function must be called when there is a LE Connection Complete event.

Parameters
handleConnection handle.
Return values
OSX_BV_StatusValue indicating success or error code.
OSX_BV_Status osx_BlueVoice_DisconnectionComplete_CB ( void  )

This function must be called when there is a LE disconnection Complete event.

Parameters
None.
Return values
OSX_BV_StatusValue indicating success or error code.
int osx_BlueVoice_GetLibVersion ( char *  version)

This function is called to get library version.

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