From df11a5e19bb4cf7c52f7894e8007dcea5d43a8ba Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Wed, 16 Jul 2025 10:26:41 +0530 Subject: [PATCH] docs: add macos matter ble central profile installation link --- docs/en/developing.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 2f434eb36..698755b63 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -371,6 +371,12 @@ A host-based chip-tool can be used as a commissioner to commission and control a ${ESP_MATTER_PATH}/connectedhomeip/connectedhomeip/out/host +.. note:: + **macOS Users**: To use chip-tool with BLE commissioning on macOS, you must install the Bluetooth Central + Matter Client Developer Mode Profile. It enables Matter commissioning, and may require periodic re-installation. + + Instructions to download the profile can be found in the `profile installation section`_ + 2.3.1.1 Commissioning ^^^^^^^^^^^^^^^^^^^^^ @@ -1751,7 +1757,7 @@ To enable these functions, the cluster should be added to the appropriate entry .. _`ESP-Rainmaker Android App`: https://play.google.com/store/apps/details?id=com.espressif.rainmaker .. _`connectedhomeip`: https://github.com/project-chip/connectedhomeip .. _`CHIP Tool User Guide`: https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-tool/chip_tool_guide.md -.. _`profile installation instructions`: https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/darwin.md#profile-installation +.. _`profile installation section`: https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/darwin.md#profile-installation .. _`OTA guide`: https://github.com/project-chip/connectedhomeip/blob/master/docs/platforms/esp32/ota.md .. _`encrypted OTA guide`: https://github.com/project-chip/connectedhomeip/blob/master/docs/platforms/esp32/ota.md#encrypted-ota .. _`chip-cert's gen-cd command`: https://github.com/espressif/connectedhomeip/tree/v1.0.0.2/src/tools/chip-cert#gen-cd