New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 732623 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Dec 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Add runtime flag for enabling BLE multi-advertising on ARC++

Project Member Reported by jheroy@chromium.org, Jun 13 2017

Issue description

Add a runtime flag to Chrome OS for enabling BLE multi-advertising on ARC++ by increasing the number of BLE advertisers allowed from 1 to 4. Make the kMaxAdvertisements enum [1] a "default" max advertisements, and in the constructor of ArcBluetoothBridge check if our flag is set--in which case set the number of advertisers to 4, otherwise use the default value (1).

1. https://cs.chromium.org/chromium/src/components/arc/bluetooth/arc_bluetooth_bridge.h?l=477
 

Comment 1 by jheroy@chromium.org, Dec 11 2017

Status: WontFix (was: Assigned)

Sign in to add a comment