Device Management Functions.
More...
Device Management 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.
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.