summaryrefslogtreecommitdiffstats
path: root/bdaddr_read
Commit message (Collapse)AuthorAgeFilesLines
* bdaddr_read: add changes to read bdaddr from system propertyjt11342013-01-061-18/+5
| | | | Change-Id: I69b5f081256efaed7beed56df6bd087a473bd075
* aries-common: fix bluetooth address permissionPawit Pornkitprasan2012-07-171-0/+4
| | | | | | | services now have a default umask of 0077, so give ownership of the file to bluetooth so that it can be read. Change-Id: I2f424c681df33361d88e79b04d8bba11517fe474
* jellybean bring upPawit Pornkitprasan2012-07-141-4/+4
| | | | Change-Id: I19a95c3c8613a81d02f1146941fcb2f9ecc4efae
* Enable proper bluetooth MAC address on aries devices (1/5)Pawit Pornkitprasan2011-07-242-0/+82
The approach here is to used bdaddr_read.c to read the MAC address (it's in a different format than ro.bt.bdaddr_path accepts) at /efs/imei/bt.txt and write it to /data/bdaddr and set ro.bt.bdaddr_path there. This approach was used with device/lge/thunderg and bdaddr_read.c was adapted from there. Change-Id: Ide75a0d6074506cc93b9c11af667f62e7460faa2