Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: host: handle error case on sync cmd #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 29, 2023

  1. drivers: bluetooth: hci: add driver close support

    added hci driver close support for h4 and h5
    
    Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
    karthi012 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5e066a8 View commit details
    Browse the repository at this point in the history
  2. Bluetooth: host: hci: handle error case

    bt_hci_cmd_send_sync will return 0 on error if
    CONFIG_BT_ASSERT is disabled, which make bt_enable
    success even if there is no response from controller
    
    Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
    karthi012 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1cc0112 View commit details
    Browse the repository at this point in the history