Searched refs:szBtSocStatus (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hardware.c | 49 char szBtSocStatus[PROPERTY_VALUE_MAX] = {'\0', }; in hw_config() local 56 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0)) in hw_config() 59 …LOGW("Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus=%s",szBtSocStatus); in hw_config() 66 } else if(nState == BT_VND_PWR_ON && !(strncmp(szBtSocStatus, "on", strlen("on")))) { in hw_config()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hardware.c | 51 char szBtSocStatus[PROPERTY_VALUE_MAX] = {'\0', }; in hw_config() local 58 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0)) in hw_config() 61 …LOGW("Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus=%s",szBtSocStatus); in hw_config() 68 } else if( !(strncmp(szBtSocStatus, "on", strlen("on")))) { in hw_config()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hardware.c | 51 char szBtSocStatus[PROPERTY_VALUE_MAX] = {'\0', }; in hw_config() local 58 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0)) in hw_config() 61 …LOGW("Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus=%s",szBtSocStatus); in hw_config() 68 } else if( !(strncmp(szBtSocStatus, "on", strlen("on")))) { in hw_config()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hardware.c | 49 char szBtSocStatus[PROPERTY_VALUE_MAX] = {'\0', }; in hw_config() local 56 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0)) in hw_config() 59 …LOGW("Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus=%s",szBtSocStatus); in hw_config() 66 } else if( !(strncmp(szBtSocStatus, "on", strlen("on")))) { in hw_config()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hardware.c | 50 char szBtSocStatus[PROPERTY_VALUE_MAX] = {'\0', }; in hw_config() local 57 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0)) in hw_config() 60 …LOGW("Hw_config: First Time BT on after boot.Starting hciattach daemon BTStatus=%s",szBtSocStatus); in hw_config() 67 } else if( !(strncmp(szBtSocStatus, "on", strlen("on")))) { in hw_config()
|