On Fri, Jun 27, 2014 at 12:30:46AM +0300, Ravi kumar Veeramally wrote: > Delete MDL channel with MDL_DELETE_REQ. > --- > android/health.c | 25 +++++++++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) > > diff --git a/android/health.c b/android/health.c > index db3ae9c..e464f78 100644 > --- a/android/health.c > +++ b/android/health.c > @@ -1637,19 +1637,40 @@ fail: > HAL_OP_HEALTH_CONNECT_CHANNEL, HAL_STATUS_FAILED); > } > > +static void channel_delete_cb(GError *gerr, gpointer data) > +{ > + struct health_channel *channel = data; > + > + DBG(""); > + > + if (!gerr) { > + error("health: channel delete failed %s", gerr->message); I think this one may not work. I have sent a patch for this issue. Best regards Andrei Emeltchenko -- 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