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

Defines functions for using the AIROC MPAF Framework. More...

Enumerations

enum  { WICED_BT_ADV_NOTIFICATION_READY, WICED_BT_ADV_NOTIFICATION_DONE }
 

Functions

wiced_bool_t wiced_bt_notifyAdvPacketTransmissions (void(*clientCallback)(uint8_t), uint32_t advanceNoticeInMicroSeconds)
 

Detailed Description

Defines functions for using the AIROC MPAF Framework.

Enumeration Type Documentation

anonymous enum
Enumerator
WICED_BT_ADV_NOTIFICATION_READY 

Ready to send out an adv in the next few mS.

App can change ADV data if required. Typically invoked about 2.5mS before te ADV. If there are other higher priority tasks or other events in the app thread event queue, this will be delayed. Notification is best effort.

WICED_BT_ADV_NOTIFICATION_DONE 

Just completed transmitting an ADV packet.