Page 1 of 1

Need API to get Bluetooth MAC Address

Posted: Mon Feb 27, 2017 1:30 pm
by Ritesh
Hi,

I have checked into latest ESP32 IDF RTOS SDK API Guide and not found any API to get MAC Address of Blue-tooth. So does anyone has any idea for that how to get MAC address of Blue-tooth?

Re: Need API to get Bluetooth MAC Address

Posted: Mon Feb 27, 2017 2:27 pm
by WiFive

Re: Need API to get Bluetooth MAC Address

Posted: Tue Feb 28, 2017 4:29 am
by Ritesh
Thanks for Reply.

I will check and let you know if any problem while executing that API.

Re: Need API to get Bluetooth MAC Address

Posted: Tue Feb 28, 2017 6:05 pm
by Ritesh
I have checked that API is not supported into ESP32-IDF 0.9 or 1.0 version as we are using older SDK.

So, I have checked implementation of that API into latest SDK and ported into my current older SDK. But, Not able to get Bluetooth MAC address.

Would you.please provide some initialization steps to ramble Bluetooth from API and then get its MAC address?

Can it be possible to get BLE MAC address directly without enabling Bluetooth like WiFi Stay and AP mode MAC address?

Let me know if possible something like that

Re: Need API to get Bluetooth MAC Address

Posted: Fri Mar 03, 2017 6:25 pm
by Ritesh
Hi

We have checked I to ESP32-IDF 2.0 RC1 SDK and getting Bluetooth MAC address successfully without any issue.

ALSO, we have ported same code into ESP32-IDF 1.0 or 0.9 SDK and not getting MAC address of Bluetooth.

Does anyone has any idea for this type of issues or faced this type issue?

Re: Need API to get Bluetooth MAC Address

Posted: Fri Mar 03, 2017 7:58 pm
by WiFive

Re: Need API to get Bluetooth MAC Address

Posted: Mon Mar 06, 2017 11:18 am
by Ritesh
Hi,

Thanks for providing updates on this.

Will you please let me know when Espressif Systems is planning to release stable ESP32-IDF 2.0 with all bug fixes which are introduced into ESP32-IDF 2.0 RC1 Release?