Re: Bluetooth: Is it possible to operate Bluez concurrent in central and peripheral role?

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

 



Hi Thomas,

On Fri, Oct 12, 2018 at 10:36 AM Eisenkolb Thomas
<Eisenkolb.Thomas@xxxxxxxxxxx> wrote:
>
> Hello,
>
> Thanks for the answer.
>
> I have recorded logs of the exact use cases which I have to realize.
>
> The following MAC-Addresses of the devices are important:
>         - Embedded Linux device: "78-C4-0E-80-07-CD"
>         - Smartphone: "4C-D6-A9-48-CA-0C"
>         - Sensor device: "88-6B-0F-94-C2-38"
>
> I wanted to shorten the logs that no information gets lost.
>
> To produce this log I did the following operations in chronological order:
>         1) start btmgt tool (embedded linux)

You shouldn't need to btmgmt for these use cases, bluetoothctl can
manage advertisements.

>         2) call btmgt info (embedded linux)
>         3) Register advertising instances (embedded linux as peripheral)
>         4) Scan for advertising devices (Smartphone as central)
>         5) Stop scan for advertising devices(Smartphone as central)
>         6) Connect to embedded linux device (Smartphone as central)
>         -> established
>         7) Start scan for advertising devices(embedded linux as central)
>         8) Stop scan for advertising devices(embedded linux as central)
>         9) Connect to sensor(embedded linux as central)
>         -> Failed

I don't see the connection request, perhaps it doesn't happen because
we never found it while scanning? Does the connection timeout?

>         10) Disconnect from embedded Linux(Smartphone as central)
>         11) Connect to sensor(embedded linux as central)
>         -> established
>         12) Connect to embedded linux device(Smartphone as central)
>         -> failed
>         13) Tray again connect to embedded linux device(Smartphone as central)
>         -> failed

Same thing here, perhaps bluetoothd logs would tell why it has failed.

>
> There are three log files in the attachments which have been recorded concurrent.
> One from "btmgt", "bluetoothctl" and "btmon".

Don't mix btmgmt with bluetoothd, btmgmt is more of a debug tool for
testing the kernel interface directly instead of using D-Bus but using
both is not recommended.

> As you will see in the logs from the sight of the embedded device I was just able to establish one connection concurrent.
> Whether peripheral connection or a central connection but not both at the same time.

I see a lot of reports which means we are scanning but it looks like
there is never a connection attempt, except for the ones that does
succeed.

> If the embedded device acts just as central device, it is possible to establish more connections to different sensors at the same time.

That is really weird because the only difference is that you would not
be advertising, this could be a problem with the controller though,
have you tried any other controller to see if it has the same
behaviour?

> Thanks for your help.
>
> Best Regards,
> Thomas
>
> Hi Thomas,
> On Thu, Oct 11, 2018 at 10:18 AM Eisenkolb Thomas <Eisenkolb.Thomas@xxxxxxxxxxx> wrote:
> >
> > Hello,
> >
> > I am working with blueZ 5.50 on a linux embedded device with kernel 4.14.
> >
> > Now I have to implement a use case where the linux embedded device communicates as a central device with a few sensors through Bluetooth LE characteristics and at the same time it should advertise some data and accept at least one incoming connection from a Smartphone as a peripheral device for maintenance cases.
> >
> > I haven't found any information about blueZ is supporting both LE roles at the same time.
> > I have already tried it now for 2 days to get this use case to work and I found a few limitations for which I didn't find any solution.
> >
> > I was not able to advertise any data while my device had an active connection to a peripheral device.
> > Also while the Smartphone is connected to my embedded device(peripheral), I don't receive any advertised Data from any sensor and I cannot connect to any sensor.
> >
> > The Bluetooth Hardware Module which I am using on the embedded Linux System supports Bluetooth 4.2. From the Bluetooth Standard I have found that concurrent use of both Bluetooth Low Energy Roles should be supported since Bluetooth 4.1.
> >
> > Is it possible from blueZ Stack side to implement this use-case?
>
> BlueZ should work as dual roles already, if it doesn't there could bugs or the controller preventing commands to work properly.
>
> > If yes, can you give me some hints what I have to consider to get this case working?
>
> Do you have HCI logs of the problem(s)?
>
> > If no, have you got a timeline when it will be supported or is this no planned to implement in near future?
>
> Most of upstream effort is on mesh and updates to include 5.0 features, but dual-role is something that we might consider high priority if that is not working properly.
>
> >
> > Thanks for your answer,
> > Thomas
> >
> >
>
>
> --
> Luiz Augusto von Dentz



-- 
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