| Index: components/arc/bluetooth/arc_bluetooth_bridge.cc
|
| diff --git a/components/arc/bluetooth/arc_bluetooth_bridge.cc b/components/arc/bluetooth/arc_bluetooth_bridge.cc
|
| index 5773d16212dc3f53ce820bbe6b0909d4cabc8984..0eed9bf0060f9200b081bc08f73beb874f4c4903 100644
|
| --- a/components/arc/bluetooth/arc_bluetooth_bridge.cc
|
| +++ b/components/arc/bluetooth/arc_bluetooth_bridge.cc
|
| @@ -78,7 +78,7 @@ constexpr int kMaxGattAttributeLength = 512;
|
| // Copied from Android at system/bt/stack/btm/btm_ble_int.h
|
| // https://goo.gl/k7PM6u
|
| constexpr uint16_t kAndroidMBluetoothVersionNumber = 95;
|
| -constexpr uint16_t kMaxAdvertisement = 5;
|
| +constexpr uint16_t kMaxAdvertisement = 1;
|
| // Bluetooth SDP Service Class ID List Attribute identifier
|
| constexpr uint16_t kServiceClassIDListAttributeID = 0x0001;
|
|
|
|
|