HomeSort by relevance Sort by last modified time
    Searched refs:bt_soc_type (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/bt/msm8992/libbt-vendor/include/
bt_vendor_qcom.h 42 }bt_soc_type; typedef in typeref:enum:__anon25082
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_qcom.c 194 char bt_soc_type[PROPERTY_VALUE_MAX]; local
198 ret = property_get("qcom.bluetooth.soc", bt_soc_type, NULL);
200 ALOGI("qcom.bluetooth.soc set to %s\n", bt_soc_type);
201 if (!strncasecmp(bt_soc_type, "rome", sizeof("rome"))) {
204 else if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k"))) {
    [all...]
hw_ar3k.c 105 char bt_soc_type[PROPERTY_VALUE_MAX]; local
106 ret = property_get("qcom.bluetooth.soc", bt_soc_type, NULL);
108 ALOGI("qcom.bluetooth.soc set to %s\n", bt_soc_type);
109 if (!strncasecmp(bt_soc_type, "ath3k", sizeof("ath3k")))
    [all...]

Completed in 114 milliseconds