Skip to content

Commit 3f963dd

Browse files
mgolurlubos
authored andcommitted
matter_bridge: docs: add change to UUID count
Add documentation to increase the value of CONFIG_BT_SCAN_UUID_CNT to 3 to avoid runtime error. Signed-off-by: Mariano Goluboff <[email protected]>
1 parent febb668 commit 3f963dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applications/matter_bridge/doc/adding_ble_bridged_device_service.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The following steps show how to add support for a new Bluetooth LE service calle
2727
static bt_uuid *sUuidMyBtService = BT_UUID_MY_BT_SERVICE;
2828
static bt_uuid *sUuidServices[] = { sUuidLbs, sUuidEs, sUuidMyBtService};
2929
30+
#. Set the :kconfig:option:`CONFIG_BT_SCAN_UUID_CNT` Kconfig option to ``3`` in the :file:`prj.conf` file.
31+
3032
#. Implement the ``Bridged Device Data Provider`` role.
3133

3234
a. Create the :file:`my_bt_service_data_provider.cpp` and :file:`my_bt_service_data_provider.h` files for your Bluetooth LE Data Provider in the :file:`src/ble_providers` directory.

0 commit comments

Comments
 (0)