Microchip® Advanced Software Framework

applications/uc3-bluetooth-t2bf-spp-demo/user_interface/controller/qt1081_controller.c File Reference
#include "board.h"
#include "gpio.h"
#include "controller.h"
#include "qt1081.h"

Functions

bool controller_connect (void)
 
void controller_init (U32 fcpu_hz, U32 fhsb_hz, U32 fpbb_hz, U32 fpba_hz)
 Initialization function of the controller interface. More...
 
bool controller_inquiry (void)
 
bool controller_select (void)
 
bool controller_send (void)
 
void controller_task (void)
 Refresh the controller. More...
 

bool controller_connect ( void  )

Referenced by app_engine().

void controller_init ( uint32_t  fcpu_hz,
uint32_t  fhsb_hz,
uint32_t  fpbb_hz,
uint32_t  fpba_hz 
)

Initialization function of the controller interface.

Parameters
fcpu_hzCPU frequency.
fhsb_hzHSB frequency.
fpbb_hzPBB frequency.
fpba_hzPBA frequency.
bool controller_inquiry ( void  )

Referenced by app_engine().

bool controller_select ( void  )

Referenced by app_engine().

bool controller_send ( void  )

Referenced by app_engine().

void controller_task ( void  )

Refresh the controller.

Referenced by app_engine(), and main().