Abdul Samad

Results 7 issues of Abdul Samad

#### Problem In `src/platform/Linux/bluez/MainLoop.cpp`, `chip::Device::Internal::MainLoop::EnsureStarted()` spawns a thread which is never joined or cleaned up after. ``` int pthreadErr = pthread_create(&mThread, nullptr, &MainLoop::Thread, reinterpret_cast(this)); ``` #### Proposed Solution `pthread_join()` for...

linux
V1.X
memory
linux-bluetooth

Doing an experiment on `standalone` branch revealed that circle range search query returns lesser answers than actually present in the data. Following short `ExampleApp` code can reproduce the problem: ```scala...

The certificate declaration version number is defined as `uint16` in the [Matter spec](https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/service_device_management/DistributedComplianceLedger.adoc#6-devicesoftwareversionmodel-schema). This is pretty critical since the value is encoded as a smaller type in [Certificate Declaration TLV](https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/device_attestation/Certification_Declaration_Specification.adoc#1-certification-declaration-cd-format):...

The `OtaFileSize` is defined as uint64 in [Matter Spec](https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/service_device_management/DistributedComplianceLedger.adoc#6-devicesoftwareversionmodel-schema). However, the schema is incorrectly returning it as a string, for instance: `curl --location --request GET 'https://on.test-net.dcl.csa-iot.org/dcl/model/versions/31/100/1'` ```json { "modelVersion": {...

DCL 1.5 Approved

#### Summary This adds `AppOptions` for the Camera app for configurability of the app at startup, and first configuration this PR adds is the arg for `--video-device` (defaults to `/dev/video0`)...

examples
review - pending

#### Summary The changes in the PR are primarily enabling the allocation of a custom stream. In order to achieve that, I'm 1. Introducing `SnapshotStreamAllocateArgs` instead of re-using `SnapshotStreamStruct` when...

examples
app
review - pending

#### Summary This adds the stream existence checks to the Camera AV stream management server such that it follows the [spec](https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/app_clusters/CameraAVStreamManagement.adoc#9133-effect-on-receipt) when handling the snapshot capture command, specifically these clauses...

app
review - pending
tests