Infineon Logo AIROC BTSDK v4.4 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_gki.h File Reference

Defines the interfaces for Buffer , Timer and Event Management Services. More...

Macros

#define wdog_generate_hw_reset   wiced_hal_wdog_reset_system
 

Functions

uint8_t wiced_bt_did_stack_overflow (void)
 Function wiced_bt_did_stack_overflow. More...
 
void wiced_bt_stack_check_init (void)
 Function wiced_bt_stack_check_init. More...
 
uint32_t wiced_bt_ble_get_available_tx_buffers (void)
 Function wiced_bt_ble_get_available_tx_buffers. More...
 
void wiced_hal_wdog_reset_system (void)
 
uint32_t wiced_get_free_memory (void)
 

Detailed Description

Defines the interfaces for Buffer , Timer and Event Management Services.

Function Documentation

uint32_t wiced_bt_ble_get_available_tx_buffers ( void  )

Function wiced_bt_ble_get_available_tx_buffers.

Used to get the available number of ble tx buffers

Return the available number of ble tx buffers

uint8_t wiced_bt_did_stack_overflow ( void  )

Function wiced_bt_did_stack_overflow.

Checks if the application thread stack overflowed at some point

Returns
TRUE : on stack overflow; FALSE : if no stack overflow
void wiced_bt_stack_check_init ( void  )

Function wiced_bt_stack_check_init.

Prepares the stack to allow the app to check for stack overflow.