diff --git a/extcap/androiddump.c b/extcap/androiddump.c index d8908158df..312b65d776 100644 --- a/extcap/androiddump.c +++ b/extcap/androiddump.c @@ -999,7 +999,7 @@ static int register_interfaces(extcap_parameters * extcap_conf, const char *adb_ const char *adb_ps_droid_bluetooth = "shell:ps droid.bluetooth"; const char *adb_ps_bluetooth_app = "shell:ps com.android.bluetooth"; const char *adb_ps_with_grep = "shell:ps | grep com.android.bluetooth"; - const char *adb_ps_all_with_grep = "shell:ps -A | grep com.android.bluetooth"; + const char *adb_ps_all_with_grep = "shell:ps -A | grep com.*android.bluetooth"; char serial_number[SERIAL_NUMBER_LENGTH_MAX]; char model_name[MODEL_NAME_LENGTH_MAX]; int result;