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

  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hardware.c 49 char szBtSocStatus[PROPERTY_VALUE_MAX] = {'\0', };
56 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0))
59 ALOGW("Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus=%s",szBtSocStatus);
66 } else if(nState == BT_VND_PWR_ON && !(strncmp(szBtSocStatus, "on", strlen("on")))) {
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hardware.c 50 char szBtSocStatus[PROPERTY_VALUE_MAX] = {'\0', };
57 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0))
60 ALOGW("Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus=%s",szBtSocStatus);
67 } else if( !(strncmp(szBtSocStatus, "on", strlen("on")))) {
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hardware.c 51 char szBtSocStatus[PROPERTY_VALUE_MAX] = {'\0', };
58 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0))
61 ALOGW("Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus=%s",szBtSocStatus);
68 } else if( !(strncmp(szBtSocStatus, "on", strlen("on")))) {
  /hardware/qcom/bt/sdm845/libbt-vendor/src/
hardware.c 49 char szBtSocStatus[PROPERTY_VALUE_MAX] = {'\0', };
56 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0))
59 ALOGW("Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus=%s",szBtSocStatus);
66 } else if( !(strncmp(szBtSocStatus, "on", strlen("on")))) {

Completed in 209 milliseconds