Confirmed users
192
edits
Shawn huang (talk | contribs) |
Shawn huang (talk | contribs) |
||
| Line 113: | Line 113: | ||
libbt-vendors.so. | libbt-vendors.so. | ||
device/common/libbt/include/vnd_machinename.txt, defines UART port and firmware patchram location. | <code> device/common/libbt/include/vnd_machinename.txt </code>, defines UART port and firmware patchram location. | ||
For Qct chipsets, power on Bluetooth chipset still depends on "/sytem/etc/init.qcom.bt.sh". See hardware/qcom/bt/libbt-vendor/src/hardware.c, function hw_config(). | For Qct chipsets, power on Bluetooth chipset still depends on "/sytem/etc/init.qcom.bt.sh". See <code> hardware/qcom/bt/libbt-vendor/src/hardware.c </code>, function hw_config(). | ||
You need to also make sure /sytem/etc/init.qcom.bt.sh can be executed. | You need to also make sure /sytem/etc/init.qcom.bt.sh can be executed. | ||
bluedroid config path:<br> | bluedroid config path:<br> | ||
| Line 123: | Line 123: | ||
bluedroid storage path: <br> | bluedroid storage path: <br> | ||
All path stores in: <br> | All path stores in: <br> | ||
<code> | |||
/data/misc/bluedroid <br> | /data/misc/bluedroid <br> | ||
/data/misc/bluedroid/bt_config.xml <br> | /data/misc/bluedroid/bt_config.xml <br> | ||
</code> | |||
<nowiki>The format of bt_config.xml</nowiki><br> | <nowiki>The format of bt_config.xml</nowiki><br> | ||
Sample: | Sample: | ||