forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Host privacy implementation #8
Closed
paul-szczepanek-arm
wants to merge
152
commits into
ble-remove-user-facing-abstraction
from
host-privacy-implementation
Closed
Host privacy implementation #8
paul-szczepanek-arm
wants to merge
152
commits into
ble-remove-user-facing-abstraction
from
host-privacy-implementation
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit c569dcc.
Remove user facing header file, it should not be included within a library. The header itself does not need anything from Mbed. It could possibly fail if targets which implement usb are not including what is required for their implementation.
If we take platform as a component, platform/source would be outside of this component. I removed the prefix as these are implementation specific (they are located in source folder, not in include as the others).
They belong to internal folder to follow our guideline, not in source as they were.
fix the typo Co-authored-by: Lingkai Dong <[email protected]>
KVSTORE tests: move directories
Nuvoton: Fixed NUC472 SD buffer alignment
STM32H7 ADC: clock selection lost after deepsleep
Fix a typo in PeripheralPins.c for EFM32GG11
…s-tests add option for a custom cert in connectivity-netsocket-netsocket-tls
Add RADIUS configuration options to Wi-SUN
…traction Ble remove user facing abstraction
STM32Gx: LSI clock selection when LSE is not available
B_L4S5I_IOT01A: new ST target
pan-
force-pushed
the
host-privacy-implementation
branch
from
September 9, 2020 15:10
97d0906
to
8c798fd
Compare
This PAL interface is responsible for generating, resolving private address and maintaining the controller or host resolving list. It also indicates to upper level if LL resolution is supported or not and allows them to enable it.
It controls private address generation and host or controller address resolution.
Resolution list has been removed from the pal as this is handled by the PrivateAddressController.
A race condition was present if a single event was present in the event queue and the event was generating a new event.
…to connect to a peer.
pan-
force-pushed
the
host-privacy-implementation
branch
from
September 9, 2020 15:20
8c798fd
to
9e7385a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
for review