Skip to content

Commit 09ee100

Browse files
dchat-nordicnordicjm
authored andcommitted
samples: peripheral_gatt_dm: Increase Max Attribute count
Increase max attribute count due to Telephony and Media service attribute count. This fix allows the sample to be tested with nRF Connect mobile application. Jira: NCSDK-34680 Signed-off-by: Dominik Chat <[email protected]>
1 parent 715c276 commit 09ee100

File tree

1 file changed

+1
-0
lines changed
  • samples/bluetooth/peripheral_gatt_dm

1 file changed

+1
-0
lines changed

samples/bluetooth/peripheral_gatt_dm/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ CONFIG_BT_GATT_CLIENT=y
1313
CONFIG_BT_GATT_DM=y
1414
CONFIG_HEAP_MEM_POOL_SIZE=1024
1515
CONFIG_BT_GATT_DM_DATA_PRINT=y
16+
CONFIG_BT_GATT_DM_MAX_ATTRS=40
1617

1718
# Needed to print UUID.
1819
CONFIG_LOG=y

0 commit comments

Comments
 (0)