Skip to content

Commit

Permalink
[nrfconnect] Changed BT device names from Chip to Matter. (#7747)
Browse files Browse the repository at this point in the history
Changed BT device names for lighting-app and lock-app
from ChipLock/Light to MatterLock/Light.
  • Loading branch information
kkasperczyk-no authored and pull[bot] committed Aug 5, 2021
1 parent 2e15c2c commit 4128913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/nrfconnect_examples_software_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Complete the following steps to perform DFU using mcumgr:
> **_NOTE:_** In all of the commands listed in the following steps, replace
> `ble-hci-number` with the Bluetooth hci integer value (for example, `0`) and
> `ble-device-name` with the CHIP device name advertised over Bluetooth LE (for
> example, `ChipLock`).
> example, `MatterLock`).
4. Upload the firmware image to the device by running the following command in
your example directory:
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/nrfconnect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CONFIG_OPENTHREAD_NETWORK_NAME="OpenThread"
CONFIG_OPENTHREAD_XPANID="11:11:11:11:22:22:22:22"

# Bluetooth overrides
CONFIG_BT_DEVICE_NAME="ChipLight"
CONFIG_BT_DEVICE_NAME="MatterLight"

# Additional configs for debbugging experience.
CONFIG_THREAD_NAME=y
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/nrfconnect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CONFIG_OPENTHREAD_NETWORK_NAME="OpenThread"
CONFIG_OPENTHREAD_XPANID="11:11:11:11:22:22:22:22"

# Bluetooth overrides
CONFIG_BT_DEVICE_NAME="ChipLock"
CONFIG_BT_DEVICE_NAME="MatterLock"

# Additional configs for debbugging experience.
CONFIG_THREAD_NAME=y
Expand Down

0 comments on commit 4128913

Please sign in to comment.