[android-porting] Re: Where is the bluetooth MAC address saved?

2009-04-29 Thread Nick Pelly
It's on the Bluetooth chipset. You can obtain it programatically using Bluez's DBUS interface, or BluetoothDevice.java. Bluez also uses the address in /data/misc/hcid/[MAC] but its a bad idea to rely on that. On Wed, Apr 29, 2009 at 12:24 AM, windrg win...@paran.com wrote: Hello, All? I'd

[android-porting] Re: Where is the bluetooth MAC address saved?

2009-04-29 Thread windrg
Thx for your answer. BTW, I couldn't find the path /data/misc/hcid/[MAC]. Plus I couldn't find the path 'data' under the root. Could you check the path again, plz? On 4월30일, 오전12시26분, Nick Pelly npe...@google.com wrote: It's on the Bluetooth chipset. You can obtain it programatically using