From fdb23c1256cbdc93195ba223d2207bbd32ca0930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E5=B3=B0?= Date: Tue, 8 Apr 2025 01:55:14 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E5=88=A0=E9=99=A4readme?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=97=A0=E6=95=88=E9=93=BE=E6=8E=A5=E5=92=8C?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 武峰 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d86c6e49..98c46fd1 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ The Bluetooth module provides APIs for accessing and using Bluetooth services, s │ ├── native_c # C APIs │ │ └── include # Header files for C APIs │ └── native_cpp # C++ APIs -├── sa_profile # Service ability profile -└── services # Bluetooth service code └── LICENSE # License declaration file ``` @@ -44,10 +42,6 @@ The directories for the standard system are as follows: [interfaces/](https://gitee.com/openharmony/communication_bluetooth/tree/master/interfaces) -[sa\_profile/](https://gitee.com/openharmony/communication_bluetooth/tree/master/sa_profile) - -[services/](https://gitee.com/openharmony/communication_bluetooth/tree/master/services) - ### Mini or Small System Only C APIs for BLE, such as APIs for GATT operations, BLE advertising, and scan, are provided for the mini and small systems. Other APIs, such as APIs related to A2DP, AVRCP, and HFP, will be gradually provided later. -- Gitee