Skip to content

Commit

Permalink
tv-casting-app: allowing up to 20 ACL entries
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadb-amazon committed Oct 4, 2023
1 parent 475d927 commit eaeabb0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@

#define CHIP_DEVICE_CONFIG_ENABLE_PAIRING_AUTOSTART 0

// For casting, we need to allow more ACL entries, and more complex entries
#define CHIP_CONFIG_EXAMPLE_ACCESS_CONTROL_MAX_TARGETS_PER_ENTRY 20
#define CHIP_CONFIG_EXAMPLE_ACCESS_CONTROL_MAX_SUBJECTS_PER_ENTRY 20
#define CHIP_CONFIG_EXAMPLE_ACCESS_CONTROL_MAX_ENTRIES_PER_FABRIC 20

// Enable some test-only interaction model APIs.
#define CONFIG_BUILD_FOR_HOST_UNIT_TEST 1

Expand Down

0 comments on commit eaeabb0

Please sign in to comment.