Android Question Bluetooth : the current connected MAC address

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,

Is it possible (using Reflection for example) to retrieve the MAC address of the current connected device (without to disconnect/connect) ?
This is to retrieve the name of my bluetooth car device. Many thanks
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello Erel,

I did the test and it works fine of course till the app is installed before the Bluetooth connection. Reason why for the moment I have to disconnect/reconnect to be able to retrieve the MAC address and then the name of the device.

I am really not good at crawling the developer.android's documentation and understanding how things a organized. I hoped to be able to use "android.bluetooth.device.extra.NAME" (source).
 
Upvote 0
Top