Skip to content
  • Marcel Holtmann's avatar
    [Bluetooth] Support concurrent connect requests · 4c67bc74
    Marcel Holtmann authored
    
    
    Most Bluetooth chips don't support concurrent connect requests, because
    this would involve a multiple baseband page with only one radio. In the
    case an upper layer like L2CAP requests a concurrent connect these chips
    return the error "Command Disallowed" for the second request. If this
    happens it the responsibility of the Bluetooth core to queue the request
    and try again after the previous connect attempt has been completed.
    
    Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
    4c67bc74