Message ID | 20230728052506.582394-1-simon.mikuda@streamunlimited.com (mailing list archive) |
---|---|
Headers | show |
Series | Adapter1.ConnectDevice | expand |
Hi Simon, On Thu, Jul 27, 2023 at 11:00 PM Simon Mikuda <simon.mikuda@streamunlimited.com> wrote: > > I added some minor addition to documentation and also I tested calling > function via DBus in parallel to same device. > > In both case of BR/EDR both DBus calls will be pending and they will > finish at same time when Page Timeout arrives or connection. I think > this can be considered as correct behaviour. > > In case of LE first one will be pending and second one will get > "org.bluez.Error.Failed: Connect failed" immediately. Later first > one will timeout. > > Simon Mikuda (1): > adapter: Be able to use ConnectDevice for discovered devices > > doc/adapter-api.txt | 2 +- > src/adapter.c | 3 --- Please split the documentation changes from the code changes. > 2 files changed, 1 insertion(+), 4 deletions(-) > > -- > 2.34.1 >