diff --git a/Examples/MAX32655/Bluetooth/BLE4_ctr/README.md b/Examples/MAX32655/Bluetooth/BLE4_ctr/README.md index bc974890b05..e7c866a127f 100644 --- a/Examples/MAX32655/Bluetooth/BLE4_ctr/README.md +++ b/Examples/MAX32655/Bluetooth/BLE4_ctr/README.md @@ -2,7 +2,7 @@ Bluetooth version 4.2 controller, accepts HCI commands via Serial Port. -Refer to the [BLE4_ctr](../../../Libraries/Cordio/docs/Applications/BLE4_ctr.md) documentation in the Cordio Library. +Refer to the [BLE4_ctr](../../../../Libraries/Cordio/docs/Applications/BLE4_ctr.md) documentation in the Cordio Library. ## Software @@ -36,4 +36,4 @@ external USB-to-UART adapter configured to the following settings: - HW Flow Control : No - SW Flow Control : No * HCI commands can be send to Controller by BLE tester, or from PC as illustrated in -Tools/Bluetooth/BLE_hci.py. The script has built in help options to describe the usage. \ No newline at end of file +Tools/Bluetooth/BLE_hci.py. The script has built in help options to describe the usage. diff --git a/Examples/MAX32655/Bluetooth/BLE5_ctr/README.md b/Examples/MAX32655/Bluetooth/BLE5_ctr/README.md index 191671182f5..111b9ec84e2 100644 --- a/Examples/MAX32655/Bluetooth/BLE5_ctr/README.md +++ b/Examples/MAX32655/Bluetooth/BLE5_ctr/README.md @@ -2,7 +2,7 @@ Bluetooth version 5.2 controller, accepts HCI commands via Serial Port. -Refer to the [BLE5_ctr](../../../Libraries/Cordio/docs/Applications/BLE5_ctr.md) documentation in the Cordio Library. +Refer to the [BLE5_ctr](../../../../Libraries/Cordio/docs/Applications/BLE5_ctr.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/README.md b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/README.md index 0d746bf523e..3b1b3278dbd 100644 --- a/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/README.md +++ b/Examples/MAX32655/Bluetooth/BLE_FreeRTOS/README.md @@ -1,7 +1,7 @@ # BLE_FreeRTOS A basic getting started application for BLE and FreeRTOS. -Refer to the [BLE_FreeRTOS](../../../Libraries/Cordio/docs/Applications/BLE_FreeRTOS.md) documentation in the Cordio Library. +Refer to the [BLE_FreeRTOS](../../../../Libraries/Cordio/docs/Applications/BLE_FreeRTOS.md) documentation in the Cordio Library. ## Software @@ -26,4 +26,4 @@ viewing the trace messages and interacting with the application. Port uses setti - Stop bits : 1 - HW Flow Control : No - SW Flow Control : No -* Enabling tickless mode in **FreeRTOSConfig.h** allows the device to enter deep sleep/stanby when idle \ No newline at end of file +* Enabling tickless mode in **FreeRTOSConfig.h** allows the device to enter deep sleep/stanby when idle diff --git a/Examples/MAX32655/Bluetooth/BLE_datc/README.md b/Examples/MAX32655/Bluetooth/BLE_datc/README.md index 0cc9e582681..1c22ef1b7fa 100644 --- a/Examples/MAX32655/Bluetooth/BLE_datc/README.md +++ b/Examples/MAX32655/Bluetooth/BLE_datc/README.md @@ -1,6 +1,6 @@ # BLE_datc -Refer to the [BLE_datc_dats](../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. +Refer to the [BLE_datc_dats](../../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. ## Software @@ -26,4 +26,3 @@ An arbitrary pin can be entered in the format `pin (connId) passkey` * The server is expected to enter the same connId and passkey to establish a secure connection and share bonding information * ***Note***: *Either the client or server can enter the passkey first. The peer device must then match.* - diff --git a/Examples/MAX32655/Bluetooth/BLE_dats/README.md b/Examples/MAX32655/Bluetooth/BLE_dats/README.md index a009eba192d..ad9c67fb50a 100644 --- a/Examples/MAX32655/Bluetooth/BLE_dats/README.md +++ b/Examples/MAX32655/Bluetooth/BLE_dats/README.md @@ -1,6 +1,6 @@ # BLE_dats -Refer to the [BLE_datc_dats](../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. +Refer to the [BLE_datc_dats](../../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32655/Bluetooth/BLE_fcc/README.md b/Examples/MAX32655/Bluetooth/BLE_fcc/README.md index 54a01b97911..92ce0923910 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fcc/README.md +++ b/Examples/MAX32655/Bluetooth/BLE_fcc/README.md @@ -1,7 +1,7 @@ # BLE_fcc Simple serial port console for FCC testing. -Refer to [BLE_fcc](../../../Libraries/Cordio/docs/Applications/BLE_fcc.md) documentation in the Cordio Library. +Refer to [BLE_fcc](../../../../Libraries/Cordio/docs/Applications/BLE_fcc.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32655/Bluetooth/BLE_fit/README.md b/Examples/MAX32655/Bluetooth/BLE_fit/README.md index 16ba538ddb6..da237b22b8f 100644 --- a/Examples/MAX32655/Bluetooth/BLE_fit/README.md +++ b/Examples/MAX32655/Bluetooth/BLE_fit/README.md @@ -1,6 +1,6 @@ # BLE_fit Bluetooth fitness device. Showcases heart rate, battery level, running speed and cadence. -Refer to [BLE_fit](../../../Libraries/Cordio/docs/Applications/BLE_fit.md) documentation in the Cordio Library. +Refer to [BLE_fit](../../../../Libraries/Cordio/docs/Applications/BLE_fit.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32655/Bluetooth/BLE_mcs/README.md b/Examples/MAX32655/Bluetooth/BLE_mcs/README.md index da73f1056ac..ec79723f081 100644 --- a/Examples/MAX32655/Bluetooth/BLE_mcs/README.md +++ b/Examples/MAX32655/Bluetooth/BLE_mcs/README.md @@ -2,7 +2,7 @@ Maxim custom Bluetooth profile and service that advertises as "MCS" and accepts connection requests. -Refer to the [BLE_mcs](../../../Libraries/Cordio/docs/Applications/BLE_mcs.md) documentation in the Cordio Library. +Refer to the [BLE_mcs](../../../../Libraries/Cordio/docs/Applications/BLE_mcs.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32655/Bluetooth/BLE_otac/README.md b/Examples/MAX32655/Bluetooth/BLE_otac/README.md index 06a0de9f5e6..7934cd6b8f0 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otac/README.md +++ b/Examples/MAX32655/Bluetooth/BLE_otac/README.md @@ -5,7 +5,7 @@ Bluetooth data client that scans for and connects to advertisers with the name o The Wireless Data Exchange profile is used to transfer files from the client to the server. A CRC32 value is used to check the integrity of the transferred file. -Refer to the [BLE_otac_otas](../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. +Refer to the [BLE_otac_otas](../../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32655/Bluetooth/BLE_otas/README.md b/Examples/MAX32655/Bluetooth/BLE_otas/README.md index 299669aa7ff..be3b34fe52e 100644 --- a/Examples/MAX32655/Bluetooth/BLE_otas/README.md +++ b/Examples/MAX32655/Bluetooth/BLE_otas/README.md @@ -5,7 +5,7 @@ Bluetooth data server that advertises as "OTAS" and accepts connection requests. The Wireless Data Exchange profile is used to transfer files from the client to the server. A CRC32 value is used to check the integrity of the transferred file. -Refer to the [BLE_otac_otas](../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. +Refer to the [BLE_otac_otas](../../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32655/Bluetooth/BLE_periph/README.md b/Examples/MAX32655/Bluetooth/BLE_periph/README.md index ceca4c79059..9a3b48384a8 100644 --- a/Examples/MAX32655/Bluetooth/BLE_periph/README.md +++ b/Examples/MAX32655/Bluetooth/BLE_periph/README.md @@ -1,5 +1,5 @@ # BLE_periph -Refer to the [BLE_periph](../../../Libraries/Cordio/docs/Applications/BLE_periph.md) documentation in the Cordio Library. +Refer to the [BLE_periph](../../../../Libraries/Cordio/docs/Applications/BLE_periph.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32665/Bluetooth/BLE4_ctr/README.md b/Examples/MAX32665/Bluetooth/BLE4_ctr/README.md index c4f5a8d9c5a..32639251728 100644 --- a/Examples/MAX32665/Bluetooth/BLE4_ctr/README.md +++ b/Examples/MAX32665/Bluetooth/BLE4_ctr/README.md @@ -2,7 +2,7 @@ Bluetooth version 4.2 controller, accepts HCI commands via Serial Port. -Refer to the [BLE4_ctr](../../../Libraries/Cordio/docs/Applications/BLE4_ctr.md) documentation in the Cordio Library. +Refer to the [BLE4_ctr](../../../../Libraries/Cordio/docs/Applications/BLE4_ctr.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32665/Bluetooth/BLE5_ctr/README.md b/Examples/MAX32665/Bluetooth/BLE5_ctr/README.md index 191671182f5..111b9ec84e2 100644 --- a/Examples/MAX32665/Bluetooth/BLE5_ctr/README.md +++ b/Examples/MAX32665/Bluetooth/BLE5_ctr/README.md @@ -2,7 +2,7 @@ Bluetooth version 5.2 controller, accepts HCI commands via Serial Port. -Refer to the [BLE5_ctr](../../../Libraries/Cordio/docs/Applications/BLE5_ctr.md) documentation in the Cordio Library. +Refer to the [BLE5_ctr](../../../../Libraries/Cordio/docs/Applications/BLE5_ctr.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/README.md b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/README.md index 0d746bf523e..3b1b3278dbd 100644 --- a/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/README.md +++ b/Examples/MAX32665/Bluetooth/BLE_FreeRTOS/README.md @@ -1,7 +1,7 @@ # BLE_FreeRTOS A basic getting started application for BLE and FreeRTOS. -Refer to the [BLE_FreeRTOS](../../../Libraries/Cordio/docs/Applications/BLE_FreeRTOS.md) documentation in the Cordio Library. +Refer to the [BLE_FreeRTOS](../../../../Libraries/Cordio/docs/Applications/BLE_FreeRTOS.md) documentation in the Cordio Library. ## Software @@ -26,4 +26,4 @@ viewing the trace messages and interacting with the application. Port uses setti - Stop bits : 1 - HW Flow Control : No - SW Flow Control : No -* Enabling tickless mode in **FreeRTOSConfig.h** allows the device to enter deep sleep/stanby when idle \ No newline at end of file +* Enabling tickless mode in **FreeRTOSConfig.h** allows the device to enter deep sleep/stanby when idle diff --git a/Examples/MAX32665/Bluetooth/BLE_datc/README.md b/Examples/MAX32665/Bluetooth/BLE_datc/README.md index 0cc9e582681..1c22ef1b7fa 100644 --- a/Examples/MAX32665/Bluetooth/BLE_datc/README.md +++ b/Examples/MAX32665/Bluetooth/BLE_datc/README.md @@ -1,6 +1,6 @@ # BLE_datc -Refer to the [BLE_datc_dats](../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. +Refer to the [BLE_datc_dats](../../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. ## Software @@ -26,4 +26,3 @@ An arbitrary pin can be entered in the format `pin (connId) passkey` * The server is expected to enter the same connId and passkey to establish a secure connection and share bonding information * ***Note***: *Either the client or server can enter the passkey first. The peer device must then match.* - diff --git a/Examples/MAX32665/Bluetooth/BLE_dats/README.md b/Examples/MAX32665/Bluetooth/BLE_dats/README.md index a009eba192d..ad9c67fb50a 100644 --- a/Examples/MAX32665/Bluetooth/BLE_dats/README.md +++ b/Examples/MAX32665/Bluetooth/BLE_dats/README.md @@ -1,6 +1,6 @@ # BLE_dats -Refer to the [BLE_datc_dats](../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. +Refer to the [BLE_datc_dats](../../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32665/Bluetooth/BLE_fcc/README.md b/Examples/MAX32665/Bluetooth/BLE_fcc/README.md index 54a01b97911..92ce0923910 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fcc/README.md +++ b/Examples/MAX32665/Bluetooth/BLE_fcc/README.md @@ -1,7 +1,7 @@ # BLE_fcc Simple serial port console for FCC testing. -Refer to [BLE_fcc](../../../Libraries/Cordio/docs/Applications/BLE_fcc.md) documentation in the Cordio Library. +Refer to [BLE_fcc](../../../../Libraries/Cordio/docs/Applications/BLE_fcc.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32665/Bluetooth/BLE_fit/README.md b/Examples/MAX32665/Bluetooth/BLE_fit/README.md index ca79c282d00..da237b22b8f 100644 --- a/Examples/MAX32665/Bluetooth/BLE_fit/README.md +++ b/Examples/MAX32665/Bluetooth/BLE_fit/README.md @@ -1,6 +1,6 @@ # BLE_fit Bluetooth fitness device. Showcases heart rate, battery level, running speed and cadence. -Refer to [BLE_fit](../../../Libraries/Cordio/docs/Applications/BLE_fit.md) documentation in the Cordio Library. +Refer to [BLE_fit](../../../../Libraries/Cordio/docs/Applications/BLE_fit.md) documentation in the Cordio Library. ## Software @@ -24,4 +24,3 @@ viewing the trace messages and interacting with the application. Port uses setti - Stop bits : 1 - HW Flow Control : No - SW Flow Control : No - diff --git a/Examples/MAX32665/Bluetooth/BLE_mcs/README.md b/Examples/MAX32665/Bluetooth/BLE_mcs/README.md index da73f1056ac..ec79723f081 100644 --- a/Examples/MAX32665/Bluetooth/BLE_mcs/README.md +++ b/Examples/MAX32665/Bluetooth/BLE_mcs/README.md @@ -2,7 +2,7 @@ Maxim custom Bluetooth profile and service that advertises as "MCS" and accepts connection requests. -Refer to the [BLE_mcs](../../../Libraries/Cordio/docs/Applications/BLE_mcs.md) documentation in the Cordio Library. +Refer to the [BLE_mcs](../../../../Libraries/Cordio/docs/Applications/BLE_mcs.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32665/Bluetooth/BLE_otac/README.md b/Examples/MAX32665/Bluetooth/BLE_otac/README.md index 06a0de9f5e6..7934cd6b8f0 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otac/README.md +++ b/Examples/MAX32665/Bluetooth/BLE_otac/README.md @@ -5,7 +5,7 @@ Bluetooth data client that scans for and connects to advertisers with the name o The Wireless Data Exchange profile is used to transfer files from the client to the server. A CRC32 value is used to check the integrity of the transferred file. -Refer to the [BLE_otac_otas](../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. +Refer to the [BLE_otac_otas](../../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32665/Bluetooth/BLE_otas/README.md b/Examples/MAX32665/Bluetooth/BLE_otas/README.md index 299669aa7ff..be3b34fe52e 100644 --- a/Examples/MAX32665/Bluetooth/BLE_otas/README.md +++ b/Examples/MAX32665/Bluetooth/BLE_otas/README.md @@ -5,7 +5,7 @@ Bluetooth data server that advertises as "OTAS" and accepts connection requests. The Wireless Data Exchange profile is used to transfer files from the client to the server. A CRC32 value is used to check the integrity of the transferred file. -Refer to the [BLE_otac_otas](../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. +Refer to the [BLE_otac_otas](../../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32665/Bluetooth/BLE_periph/README.md b/Examples/MAX32665/Bluetooth/BLE_periph/README.md index ceca4c79059..9a3b48384a8 100644 --- a/Examples/MAX32665/Bluetooth/BLE_periph/README.md +++ b/Examples/MAX32665/Bluetooth/BLE_periph/README.md @@ -1,5 +1,5 @@ # BLE_periph -Refer to the [BLE_periph](../../../Libraries/Cordio/docs/Applications/BLE_periph.md) documentation in the Cordio Library. +Refer to the [BLE_periph](../../../../Libraries/Cordio/docs/Applications/BLE_periph.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE4_ctr/README.md b/Examples/MAX32690/Bluetooth/BLE4_ctr/README.md index 1b4f0ac9dba..4397808cdcf 100644 --- a/Examples/MAX32690/Bluetooth/BLE4_ctr/README.md +++ b/Examples/MAX32690/Bluetooth/BLE4_ctr/README.md @@ -2,7 +2,7 @@ Bluetooth version 4.2 controller, accepts HCI commands via Serial Port. -Refer to the [BLE4_ctr](../../../Libraries/Cordio/docs/Applications/BLE4_ctr.md) documentation in the Cordio Library. +Refer to the [BLE4_ctr](../../../../Libraries/Cordio/docs/Applications/BLE4_ctr.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE5_ctr/README.md b/Examples/MAX32690/Bluetooth/BLE5_ctr/README.md index c03d503c6ce..c268ca4fcce 100644 --- a/Examples/MAX32690/Bluetooth/BLE5_ctr/README.md +++ b/Examples/MAX32690/Bluetooth/BLE5_ctr/README.md @@ -2,7 +2,7 @@ Bluetooth version 5.2 controller, accepts HCI commands via Serial Port. -Refer to the [BLE5_ctr](../../../Libraries/Cordio/docs/Applications/BLE5_ctr.md) documentation in the Cordio Library. +Refer to the [BLE5_ctr](../../../../Libraries/Cordio/docs/Applications/BLE5_ctr.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/README.md b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/README.md index 613d1820f5f..f6c0d96850c 100644 --- a/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/README.md +++ b/Examples/MAX32690/Bluetooth/BLE_FreeRTOS/README.md @@ -1,7 +1,7 @@ # BLE_FreeRTOS A basic getting started application for BLE and FreeRTOS. -Refer to the [BLE_FreeRTOS](../../../Libraries/Cordio/docs/Applications/BLE_FreeRTOS.md) documentation in the Cordio Library. +Refer to the [BLE_FreeRTOS](../../../../Libraries/Cordio/docs/Applications/BLE_FreeRTOS.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE_datc/README.md b/Examples/MAX32690/Bluetooth/BLE_datc/README.md index 6a8013aa1ac..c15b725a770 100644 --- a/Examples/MAX32690/Bluetooth/BLE_datc/README.md +++ b/Examples/MAX32690/Bluetooth/BLE_datc/README.md @@ -1,6 +1,6 @@ # BLE_datc -Refer to the [BLE_datc_dats](../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. +Refer to the [BLE_datc_dats](../../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE_dats/README.md b/Examples/MAX32690/Bluetooth/BLE_dats/README.md index 75ac2707346..76037961dc7 100644 --- a/Examples/MAX32690/Bluetooth/BLE_dats/README.md +++ b/Examples/MAX32690/Bluetooth/BLE_dats/README.md @@ -1,6 +1,6 @@ # BLE_dats -Refer to the [BLE_datc_dats](../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. +Refer to the [BLE_datc_dats](../../../../Libraries/Cordio/docs/Applications/BLE_datc_dats.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE_fcc/README.md b/Examples/MAX32690/Bluetooth/BLE_fcc/README.md index 9d74176b394..af372dfeb5d 100644 --- a/Examples/MAX32690/Bluetooth/BLE_fcc/README.md +++ b/Examples/MAX32690/Bluetooth/BLE_fcc/README.md @@ -1,7 +1,7 @@ # BLE_fcc Simple serial port console for FCC testing. -Refer to [BLE_fcc](../../../Libraries/Cordio/docs/Applications/BLE_fcc.md) documentation in the Cordio Library. +Refer to [BLE_fcc](../../../../Libraries/Cordio/docs/Applications/BLE_fcc.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE_fit/README.md b/Examples/MAX32690/Bluetooth/BLE_fit/README.md index 89326cd72dd..dd18bede6bd 100644 --- a/Examples/MAX32690/Bluetooth/BLE_fit/README.md +++ b/Examples/MAX32690/Bluetooth/BLE_fit/README.md @@ -1,6 +1,6 @@ # BLE_fit Bluetooth fitness device. Showcases heart rate, battery level, running speed and cadence. -Refer to [BLE_fit](../../../Libraries/Cordio/docs/Applications/BLE_fit.md) documentation in the Cordio Library. +Refer to [BLE_fit](../../../../Libraries/Cordio/docs/Applications/BLE_fit.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE_mcs/README.md b/Examples/MAX32690/Bluetooth/BLE_mcs/README.md index 43ac46cad09..53a494edc88 100644 --- a/Examples/MAX32690/Bluetooth/BLE_mcs/README.md +++ b/Examples/MAX32690/Bluetooth/BLE_mcs/README.md @@ -2,7 +2,7 @@ Maxim custom Bluetooth profile and service that advertises as "MCS" and accepts connection requests. -Refer to the [BLE_mcs](../../../Libraries/Cordio/docs/Applications/BLE_mcs.md) documentation in the Cordio Library. +Refer to the [BLE_mcs](../../../../Libraries/Cordio/docs/Applications/BLE_mcs.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE_otac/README.md b/Examples/MAX32690/Bluetooth/BLE_otac/README.md index 38989e48ae3..8f5de71edff 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otac/README.md +++ b/Examples/MAX32690/Bluetooth/BLE_otac/README.md @@ -5,7 +5,7 @@ Bluetooth data client that scans for and connects to advertisers with the name o The Wireless Data Exchange profile is used to transfer files from the client to the server. A CRC32 value is used to check the integrity of the transferred file. -Refer to the [BLE_otac_otas](../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. +Refer to the [BLE_otac_otas](../../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE_otas/README.md b/Examples/MAX32690/Bluetooth/BLE_otas/README.md index 304036a35b2..0a7da9cb296 100644 --- a/Examples/MAX32690/Bluetooth/BLE_otas/README.md +++ b/Examples/MAX32690/Bluetooth/BLE_otas/README.md @@ -5,7 +5,7 @@ Bluetooth data server that advertises as "OTAS" and accepts connection requests. The Wireless Data Exchange profile is used to transfer files from the client to the server. A CRC32 value is used to check the integrity of the transferred file. -Refer to the [BLE_otac_otas](../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. +Refer to the [BLE_otac_otas](../../../../Libraries/Cordio/docs/Applications/BLE_otac_otas.md) documentation in the Cordio Library. ## Software diff --git a/Examples/MAX32690/Bluetooth/BLE_periph/README.md b/Examples/MAX32690/Bluetooth/BLE_periph/README.md index 987647df04c..0139790e8a5 100644 --- a/Examples/MAX32690/Bluetooth/BLE_periph/README.md +++ b/Examples/MAX32690/Bluetooth/BLE_periph/README.md @@ -1,5 +1,5 @@ # BLE_periph -Refer to the [BLE_periph](../../../Libraries/Cordio/docs/Applications/BLE_periph.md) documentation in the Cordio Library. +Refer to the [BLE_periph](../../../../Libraries/Cordio/docs/Applications/BLE_periph.md) documentation in the Cordio Library. ## Software