-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Bluetooth: Mesh: Priv net id parse on proxy cli #63735
Merged
carlescufi
merged 3 commits into
zephyrproject-rtos:main
from
Andrewpini:NCSDK-23599_PRB-Proxy_GATT_communication
Oct 20, 2023
Merged
Bluetooth: Mesh: Priv net id parse on proxy cli #63735
carlescufi
merged 3 commits into
zephyrproject-rtos:main
from
Andrewpini:NCSDK-23599_PRB-Proxy_GATT_communication
Oct 20, 2023
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
Andrewpini
requested review from
jhedberg,
Vudentz,
wopu-ot,
PavelVPV and
LingaoM
as code owners
October 10, 2023 08:24
alxelax
requested changes
Oct 10, 2023
tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/priv_proxy_gatt.sh
Outdated
Show resolved
Hide resolved
PavelVPV
reviewed
Oct 10, 2023
Andrewpini
force-pushed
the
NCSDK-23599_PRB-Proxy_GATT_communication
branch
from
October 11, 2023 07:02
65d5e49
to
337f357
Compare
Adds parsing of Private Network Identity parsing in the proxy client, allowing the client to use these messages to establish a GATT connection. Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
Andrewpini
force-pushed
the
NCSDK-23599_PRB-Proxy_GATT_communication
branch
from
October 11, 2023 10:57
337f357
to
6e080ce
Compare
Adds internal proxy API to enhance testabillity of the proxy implementation. Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
Andrewpini
force-pushed
the
NCSDK-23599_PRB-Proxy_GATT_communication
branch
from
October 11, 2023 14:21
6e080ce
to
f5546d9
Compare
PavelVPV
reviewed
Oct 11, 2023
Adds test verifying that Private Beacons are received over a GATT proxy connection. Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
Andrewpini
force-pushed
the
NCSDK-23599_PRB-Proxy_GATT_communication
branch
from
October 11, 2023 14:33
f5546d9
to
794c01c
Compare
PavelVPV
approved these changes
Oct 12, 2023
alxelax
reviewed
Oct 12, 2023
alxelax
approved these changes
Oct 12, 2023
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.
Adds parsing of Private Network Identity parsing in the proxy client,
allowing the client to use these messages to establish a GATT
connection.
Adds test verifying that Private Beacons are received
over a GATT proxy connection.
Adds internal proxy API to enhance testabillity of
the proxy implementation.