@@ -40,9 +40,6 @@ For examples for other SDK versions and platforms, see table below.
4040 </td>
4141 <td>
4242 <ul>
43- <li><a href="#full-duplex-bidirectional-audio-demo">Full Duplex Bidirectional Audio Demo (Central/Peripheral)</li>
44- <li><a href="#i2s-echo">I2S Echo</li>
45- <li><a href="#serial-port-profile-spp">Serial Port Profile</li>
4643 <li><a href="#bluetooth-5-throughput-demo">Bluetooth 5 Throughput Demo</li>
4744 </ul>
4845 </td>
@@ -185,8 +182,8 @@ The numbering scheme is in the form of M.mm.pp.bb. The fields pp.bb are incremen
185182as GitHub examples are released, M.mm will map a GitHub release to a SimpleLink
186183SDK release.
187184
188- ### 2.10 .00.00
189- Initial offering of SimpleLink CC26x2 SDK 2.10 .00.44 examples.
185+ ### 2.30 .00.00
186+ Initial offering of SimpleLink CC26x2 SDK 2.30 .00.34 examples.
190187
191188## Installation
192189
@@ -229,6 +226,8 @@ related to the ble_examples repo.
229226
230227## Examples / Demo List
231228
229+ ** Note: These examples will be deprecated as of the 2.40 SDKs.**
230+
232231### Full Duplex Bidirectional Audio Demo
233232
234233Encode and transmit a full duplex bidirectional audio stream over BLE using two
@@ -248,6 +247,8 @@ CC26x2 LaunchPads with CC3200AUDBOOST.
248247
249248### I2S Echo
250249
250+ ** Note: These examples will be deprecated as of the 2.40 SDKs.**
251+
251252Read audio frames in from an external codec and loop them back using I2S.
252253
253254* i2secho
@@ -257,31 +258,10 @@ Read audio frames in from an external codec and loop them back using I2S.
257258 * [ GCC Project Files] ( examples/rtos/CC26X2R1_LAUNCHXL/drivers/i2secho/tirtos/gcc )
258259 * [ Source] ( examples/rtos/CC26X2R1_LAUNCHXL/drivers/i2secho/ )
259260
260- ### Serial Port Profile (SPP)
261-
262- ** Note: These examples will be deprecated as of the 2.20 SDKs. It will be
263- replaced with the Simple Serial Socket**
264-
265- This is a UART to BLE bridge example where a spp\_ ble\_ client and spp\_ ble\_ server connect
266- with one another and exchange UART data over the air.
267-
268- The example also supports Bluetooth 5 demonstrating the BLE-Stack's support for different PHYs:
269-
270- * spp\_ ble\_ client
271- * [ Documentation] ( examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_client/readme.md )
272- * [ IAR Project Files] ( examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_client/tirtos/iar )
273- * [ CCS Project Files] ( examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_client/tirtos/ccs )
274- * [ Source] ( examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_client/src )
275- * spp\_ ble\_ server
276- * [ Documentation] ( examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_server/readme.md )
277- * [ IAR Project Files] ( examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_server/tirtos/iar )
278- * [ CCS Project Files] ( examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_server/tirtos/ccs )
279- * [ Source] ( examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_server/src )
280-
281261### Bluetooth 5 Throughput Demo
282262
283- Showcase a high (near theoretical max) data throughput over Bluetooth 5. The demo
284- can be run with two CC26x2 Launchpads, or one CC26x2 Launchpad and one smartphone
263+ Showcase a high (near theoretical max) data throughput over Bluetooth 5. The demo
264+ can be run with two CC26x2 Launchpads, or one CC26x2 Launchpad and one smartphone
285265with the Simplelink Starter app.
286266
287267* throughput\_ peripheral
0 commit comments