Re: Execute vendor-specific commands to initialize BT Controller
Nazar.Palamar@...
Hi
Vinayak, enhancement request https://github.com/zephyrproject-rtos/zephyr/issues/41140, lets continue discussion there.
From: Chettimada, Vinayak <vinayak.kariappa.chettimada@...>
Sent: 14 грудня 2021 р. 3:34 To: Palamar Nazar (CSUKR CSS ICW SW CC ML 2) <Nazar.Palamar@...>; johan.hedberg@...; devel@... Cc: Fyall Ian (CYSC CSS ICW SW T 1) <Ian.Fyall@...> Subject: RE: [Zephyr-devel] Execute vendor-specific commands to initialize BT Controller
Hi Nazar,
Correct me, the requirement is
Agree that a discussion in an enhancement request will keep information collected. Do post the issue link and I can add my thoughts there.
Regards, Vinayak
From:
devel@... <devel@...>
On Behalf Of Nazar.Palamar via lists.zephyrproject.org
Hi Johan,
From: Hedberg, Johan <johan.hedberg@...>
Hi Nazar,
Adding such a feature to the Bluetooth stack sounds like a good idea, but I suspect we need to discuss a bit whether it should be a host extension using a __weak function, an extension to the HCI driver API or something else. Could you open a new enhancement request on github, providing initially the same information as in your email, and we’ll then continue the discussion there: https://github.com/zephyrproject-rtos/zephyr/issues/new/choose
Thanks!
Johan
From:
devel@... <devel@...> on behalf of
Nazar.Palamar@... <Nazar.Palamar@...> Hello Devel team, My name is Nazar. I am working for Infineon in the SW integration team. Currently, I am working on the integration of our CYW43xxx connectivity device into Zephyr (PSoC 6 family).
{ return 0; }
{ struct net_buf *rsp; int err;
/* Execute vendor-specific commands to initialize the controller */ err = bt_hci_vendor_init_sequence(); if (err) { return err; } ... } My integration part will implement bt_hci_transport_setup and bt_hci_vendor_init_sequence functions. |
||
|