Hi Jakub, On Fri, Dec 20, 2013, Jakub Tyszkowski wrote: > Add checking for remote device being found. > > --- > android/android-tester.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 100 insertions(+), 2 deletions(-) > > diff --git a/android/android-tester.c b/android/android-tester.c > index 3fbcb2f..9a5824c 100644 > --- a/android/android-tester.c > +++ b/android/android-tester.c > @@ -70,7 +70,8 @@ enum hal_bluetooth_callbacks_id { > ADAPTER_PROP_SERVICE_RECORD, > ADAPTER_PROP_BONDED_DEVICES, > ADAPTER_DISCOVERY_STATE_ON, > - ADAPTER_DISCOVERY_STATE_OFF > + ADAPTER_DISCOVERY_STATE_OFF, > + REMOTE_DEVICE_FOUND > }; Just add the ',' even to the last entry so subsequent additions become more readable in patch form. I fixed this myself this time and applied the patch. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html