Extended inquiry response (EIR) data format

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AlGo_4347736
Level 3
Level 3
10 replies posted 10 questions asked 5 replies posted

Can you please tell me if there is a document on which I can parse data from "p_eir_data"?

I tried to find an answer on the forum but could not.

from wiced_bt_dev.h:

/**

* Inquiry result callback.

*

* @param p_inquiry_result          : Inquiry result data (NULL if inquiry is complete)

* @param p_eir_data                : Extended inquiry response data

*

* @return Nothing

*/

typedef void (wiced_bt_inquiry_result_cback_t) (wiced_bt_dev_inquiry_scan_result_t *p_inquiry_result, uint8_t *p_eir_data); /**<   inquiry result callback */

Thanck you!

0 Likes
1 Solution

I can suggest you to refer section 8 EXTENDED INQUIRY RESPONSE DATA FORMAT from Bluetooth Specification Version 5.0, Vol 3, part C: https://www.bluetooth.com/specifications/bluetooth-core-specification. Apart from this, I don't think I can provide more details.

View solution in original post

0 Likes
6 Replies