2016-04-11 11:45:28

by Muni Sekhar

[permalink] [raw]
Subject: BT over SDIO

Hi everybody,

Does BlueZ supports for Bluetooth devices over SDIO protocol?
If so any links to test procedure will be useful.

--
Thanks,
Sekhar


2016-04-11 12:28:48

by Muni Sekhar

[permalink] [raw]
Subject: Re: BT over SDIO

On Mon, Apr 11, 2016 at 5:30 PM, Johan Hedberg <[email protected]> wrote:
> Hi Sekhar,
>
> On Mon, Apr 11, 2016, Muni Sekhar wrote:
>> Does BlueZ supports for Bluetooth devices over SDIO protocol?
>> If so any links to test procedure will be useful.
>
> There's a btsdio driver for that. See drivers/bluetooth/btsdio.c in the
> kernel source tree.
Thanks Johan. I loaded the btsdio.ko, and then followed the below
mentioned steps to "display my bluetooth device" and "search for
remote bluetooth devices", but failed. Any idea?

# lsmod | grep bt
btsdio 13708 0
bluetooth 446286 11 bnep,btsdio,rfcomm


# /etc/init.d/bluetooth status
* bluetooth is running


# /etc/init.d/bluetooth start
* Starting bluetooth

[ OK ]


/* Display Bluetooth device */
# hcitool dev
Devices:


/* search for remote Bluetooth devices */
# hcitool scan
Device is not available: No such device


>
> Johan



--
Thanks,
Sekhar

2016-04-11 12:00:58

by Johan Hedberg

[permalink] [raw]
Subject: Re: BT over SDIO

Hi Sekhar,

On Mon, Apr 11, 2016, Muni Sekhar wrote:
> Does BlueZ supports for Bluetooth devices over SDIO protocol?
> If so any links to test procedure will be useful.

There's a btsdio driver for that. See drivers/bluetooth/btsdio.c in the
kernel source tree.

Johan