Searched refs:szBtStatus (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Dhardware.c70 char szBtStatus[PROPERTY_VALUE_MAX] = {0, }; local
71 if(property_get("bluetooth.status", szBtStatus, "") < 0){
76 if(!strncmp(szBtStatus, "on", strlen("on"))){
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhardware.c69 char szBtStatus[PROPERTY_VALUE_MAX] = {0, }; local
70 if(property_get("bluetooth.status", szBtStatus, "") < 0){
75 if(!strncmp(szBtStatus, "on", strlen("on"))){
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhardware.c83 char szBtStatus[PROPERTY_VALUE_MAX] = {0, }; local
84 if(property_get("bluetooth.status", szBtStatus, "") < 0){
89 if(!strncmp(szBtStatus, "on", strlen("on"))){
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhardware.c84 char szBtStatus[PROPERTY_VALUE_MAX] = {0, }; local
85 if(property_get("bluetooth.status", szBtStatus, "") < 0){
90 if(!strncmp(szBtStatus, "on", strlen("on"))){
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhardware.c83 char szBtStatus[PROPERTY_VALUE_MAX] = {0, }; local
84 if(property_get("bluetooth.status", szBtStatus, "") < 0){
89 if(!strncmp(szBtStatus, "on", strlen("on"))){

Completed in 133 milliseconds