Skip to content
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

Rotating id test backup #8

Closed
wants to merge 53 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
5ad2124
Merge pull request #1 from project-chip/master
hnnajh Nov 25, 2020
2da216b
RotatingId: version0
hnnajh Nov 26, 2020
d7be05e
RotatingId: version1
hnnajh Dec 2, 2020
88bc2a4
Merge pull request #2 from project-chip/master
hnnajh Dec 3, 2020
ceffd58
RotatingId: version0
hnnajh Nov 26, 2020
4b6f8e1
RotatingId: version1
hnnajh Dec 2, 2020
c3ea235
Fix Darwin host build (#3990)
kpschoedel Nov 25, 2020
9ca3ff1
Add '-Wextra' to compiler flags (#3902)
vivien-apple Nov 26, 2020
2f053df
Implement Level Control Cluster (#3806)
markus-becker-tridonic-com Nov 27, 2020
ae38666
Fix Rendezvous over BLE after recent changes (#4012)
Damian-Nordic Nov 30, 2020
5563c31
[thread] fix invalid configuration of active dataset (#4008)
LuDuda Nov 30, 2020
3fecde7
Fix data loss or crash in TCPEndPoint with LwIP (#4022)
kpschoedel Nov 30, 2020
f7e0ea1
Update lighting-app gen/ folder with ZAP generated content (#4010)
vivien-apple Nov 30, 2020
1d731f0
Fix segmentation fault error in response echo message (#3984)
yufengwangca Nov 30, 2020
a23bfef
Add back Android default build coverage & fix the build (#3966)
mspang Nov 30, 2020
ade5ac5
Update all-clusters-app gen/ folder with ZAP generated content (#3963)
vivien-apple Nov 30, 2020
eea78f6
Move src/inet/tests to auto-test-driver generation (#3997)
andy31415 Dec 1, 2020
307a5e8
Rename TestUtils to UnitTestRegistration. (#4021)
andy31415 Dec 1, 2020
2c9a83e
Update src/lib/core/tests to auto-test-driver generation (#3991)
andy31415 Dec 1, 2020
b6e404b
Cleanup zap chip-helper.js (#3973)
jepenven-silabs Dec 1, 2020
35e3a39
Move src/transport/tests to auto-test-driver generation (#3999)
andy31415 Dec 1, 2020
abc5d4f
Use CHIPDeviceController instead of CHIPDeviceController_deprecated (…
vivien-apple Dec 1, 2020
449afa8
Implement the missing part of Exchange Header in Transport layer (#4017)
yufengwangca Dec 1, 2020
e1ba0f5
Remove duplicated send flag defines and put ExchangeMgr/ExchangeConte…
yufengwangca Dec 1, 2020
2f5c829
Move src/lib/asn1/tests and src/ble/tests to auto-test-driver generat…
andy31415 Dec 1, 2020
15e719c
Some conversions to use PacketBufferHandle (#4011)
kpschoedel Dec 1, 2020
7808bda
Move src/system/tests to auto-test-driver generation (#4000)
andy31415 Dec 1, 2020
d76cb70
Remove explicit "all" target from root build file (#3967)
mspang Dec 1, 2020
1d3dca5
Make src/setup_payload compile with -Werror=conversion (#4032)
bzbarsky-apple Dec 2, 2020
6c8a429
Add SSID and password to chip-tool pairing (#4054)
kpschoedel Dec 2, 2020
3e00e8b
Get temperature-measurement and all-clusters-app to use examples/comm…
vivien-apple Dec 2, 2020
41c3739
Add all Thread ULA addresses to the lwip interface (#4053)
gjc13 Dec 2, 2020
e1ad532
Remove src/lib/message. (#4055)
andy31415 Dec 2, 2020
7fc7861
[ChipTool] Add Payload Parse Command (#3696)
lijujayakumar Dec 3, 2020
41c6ba6
rename ParseCommand to QRCodeParseCommand
hnnajh Dec 3, 2020
7007273
adding AdditionalDataParseCommand version 0
hnnajh Dec 4, 2020
0047e36
Adding parsing logic + logging
hnnajh Dec 8, 2020
b06b7f1
adding another parsing method
hnnajh Dec 8, 2020
6087ea2
Basic Parsing is DONE
hnnajh Dec 9, 2020
084c33c
fixing memory issue
hnnajh Dec 9, 2020
c9d6327
removing some logs
hnnajh Dec 9, 2020
e31af94
removing more logs
hnnajh Dec 9, 2020
cf6a24b
minor update
hnnajh Dec 10, 2020
73dd14d
Merge branch 'rotating-id-test' of https://github.com/hnnajh/connecte…
hnnajh Dec 10, 2020
2f54dd8
Add RotatingDeviceId to DNS-SD
hnnajh Dec 10, 2020
89a01bc
Merge branch 'rotating-id-test' of https://github.com/hnnajh/connecte…
hnnajh Dec 10, 2020
2e9b0c0
Merge pull request #6 from project-chip/master
hnnajh Dec 10, 2020
8b27f96
fix compilation problem
hnnajh Dec 10, 2020
9bd6414
Merge pull request #7 from project-chip/master
hnnajh Dec 14, 2020
88fb69c
fix minor diffs
hnnajh Dec 15, 2020
8b3f4b5
cleanup rotating id in ble
hnnajh Dec 15, 2020
ecd4653
fix dns
hnnajh Dec 15, 2020
b28b55d
nits
hnnajh Dec 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Darwin host build (project-chip#3990)
#### Problem

Some conversions to use PacketBufferHandle (project-chip#3909) broke Darwin builds,
which aren't currently run in CI.

#### Summary of Changes

Fix src/platform/Darwin/BleConnectionDelegateImpl.mm to match the API
change in project-chip#3909.
kpschoedel authored and hnnajh committed Dec 10, 2020
commit c3ea235b62d248b35136509e960134ad31b7fa78
2 changes: 1 addition & 1 deletion src/platform/Darwin/BleConnectionDelegateImpl.mm
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ - (void)peripheral:(CBPeripheral *)peripheral
std::is_same<decltype(msgBuf->MaxDataLength()), uint16_t>::value, "Unexpected type for max data length");
msgBuf->SetDataLength(static_cast<uint16_t>(characteristic.value.length));

if (!_mBleLayer->HandleIndicationReceived((__bridge void *) peripheral, &svcId, &charId, msgBuf.Release_ForNow())) {
if (!_mBleLayer->HandleIndicationReceived((__bridge void *) peripheral, &svcId, &charId, std::move(msgBuf))) {
// since this error comes from device manager core
// we assume it would do the right thing, like closing the connection
ChipLogError(Ble, "Failed at handling incoming BLE data");