Searched refs:emb_wp_mode (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dbt_vendor_qcom.c639 char emb_wp_mode[PROPERTY_VALUE_MAX]; local
776 property_get("ro.bluetooth.emb_wp_mode", emb_wp_mode, false);
791 if(strcmp(emb_wp_mode, "true") == 0) {
877 if((strcmp(emb_wp_mode, "true") == 0) && !is_ant_req) {
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dbt_vendor_qcom.c658 char emb_wp_mode[PROPERTY_VALUE_MAX]; local
804 property_get("ro.bluetooth.emb_wp_mode", emb_wp_mode, false);
819 if(strcmp(emb_wp_mode, "true") == 0) {
903 if((strcmp(emb_wp_mode, "true") == 0) && !is_ant_req) {
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dbt_vendor_qcom.c742 char emb_wp_mode[PROPERTY_VALUE_MAX]; local
893 property_get("ro.bluetooth.emb_wp_mode", emb_wp_mode, false);
910 if(strcmp(emb_wp_mode, "true") == 0) {
1002 if((strcmp(emb_wp_mode, "true") == 0) && !is_ant_req && !is_fm_req) {
1040 property_get("ro.bluetooth.emb_wp_mode", emb_wp_mode, false);

Completed in 125 milliseconds