Infineon Logo AIROC BTSDK v4.4 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Device Management

Device Management Functions. More...

Modules

 BR/EDR (Bluetooth Basic Rate / Enhanced Data Rate)
 Bluetooth Basic Rate / Enhanced Data Rate Functions.
 
 Bluetooth Low Energy
 Bluetooth Low Energy (LE) Functions.
 
 Security
 Bluetooth Security Functions.
 

Functions

uint8_t * wiced_bt_dev_read_oob_data (uint8_t *p_data, uint8_t eir_tag, uint8_t *p_len)
 Function wiced_bt_dev_read_oob_data. More...
 

Detailed Description

Device Management Functions.

Function Documentation

uint8_t* wiced_bt_dev_read_oob_data ( uint8_t *  p_data,
uint8_t  eir_tag,
uint8_t *  p_len 
)

Function wiced_bt_dev_read_oob_data.

Description This function is called to parse the OOB data payload received over OOB (non-Bluetooth) link

Parameters
[in]p_data: oob data
[in]eir_tag: EIR Data type( version5.0, Volume 3, Part C Section 5.2.2.7 )
[out]p_len: the length of the data with the given EIR Data type
Returns
The beginning of the data with the given EIR Data type. NULL, if the tag is not found.