Skip to content

Commit

Permalink
C2 should have indication property set only
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Jun 13, 2024
1 parent 64ec210 commit 2e13afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Linux/bluez/BluezEndpoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ void BluezEndpoint::SetupGattService()
{

static const char * const c1_flags[] = { "write", nullptr };
static const char * const c2_flags[] = { "read", "indicate", nullptr };
static const char * const c2_flags[] = { "indicate", nullptr };
#if CHIP_ENABLE_ADDITIONAL_DATA_ADVERTISING
static const char * const c3_flags[] = { "read", nullptr };
#endif
Expand Down

0 comments on commit 2e13afc

Please sign in to comment.