Re: [PATCH v3 1/3] shared/att: Reset fd when disconnected

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
On Tue, Oct 2, 2018 at 2:29 PM Luiz Augusto von Dentz
<luiz.dentz@xxxxxxxxx> wrote:
>
> On Tue, Oct 2, 2018 at 11:24 AM Luiz Augusto von Dentz
> <luiz.dentz@xxxxxxxxx> wrote:
> >
> > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>
> >
> > Set att->fd to -1 when considered disconnected.
> > ---
> > v3: Pass btd_device instead of bt_att since the later may have been
> > disconnected already.
> >
> >  src/shared/att.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/src/shared/att.c b/src/shared/att.c
> > index 8bf3f4611..04577eddd 100644
> > --- a/src/shared/att.c
> > +++ b/src/shared/att.c
> > @@ -570,6 +570,7 @@ static bool disconnect_cb(struct io *io, void *user_data)
> >
> >         io_destroy(att->io);
> >         att->io = NULL;
> > +       att->fd = -1;
> >
> >         /* Notify request callbacks */
> >         queue_remove_all(att->req_queue, NULL, NULL, disc_att_send_op);
> > --
> > 2.17.1
> >

Applied.

-- 
Luiz Augusto von Dentz



[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux