[roll] Roll fuchsia [bt][core] update LowEnergyAdvertisers to use EmbossCommandPacket return type

This change also fixes the
LowEnergyMultipleAdvertisingTest.AdvertisingHandlesExhausted test. This
test is meant to advertise up to the maximum number of advertisements
and then try once more to make sure the next one is rejected due to
exhausted advertising handles. However, in the case of
ExtendedLowEnergyAdvertiser, we use the default maximum number of
advertisements for its advertising handle map:
hci_spec::kMaxAdvertisingHandle + 1. In the test, we were going up to
only two so the third attempt would succeed. It was supposed to
fail. This change fixes the test to use MaxAdvertisements() instead so
as to ask the advertiser what its maximum number of advertisements is
instead of assuming it.

Original-Fixed: b/312896684
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/984735
Original-Revision: d7e7d7e9560f0f4c2383823de12e79cfcdb8d901
GitOrigin-RevId: 15eb9cfd19f72669d63af49f917d73dae8e97748
Change-Id: I23f652c5b7ac89b666bad487b7d363684f692b1e
1 file changed
tree: 2e96d087a91e4bee1f4cdb2ea5ad016d5e602d0a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.