wangmengyang
11268d8bfb
feat(bt): Add initial support of Bluetooth Classic on ESP32-S31
...
- feat(soc_caps): Enable BT Classic and BLE in esp32s31
- Add git submodule for ESP32-S31 bt controller lib files
- changed sdkconfig.defaults and README for Bluetooth Classic examples
- change(docs): Added vendor HCI documentations for ESP32-S31
- change(Bluedroid): Adapt to ESP32-S31 due to some API differences on
Bluetooth controller from ESP32
- change(bt): Modify CMakeLists.txt to support the Bluetooth dual-mode
architecture on ESP32-S31
- change(bt): Add ECC P-192 functions to tinycrypt
2026-04-21 17:50:34 +08:00
Linyan Liu
3ef5da096a
feat(ble_audio): Support ISO & LE Audio functionalities (Preview)
2026-04-17 09:46:23 +08:00
ShenWeilong
271ff9605a
fix(bt): fixed some h4 issues reported by ci pipeline
2026-04-02 14:59:41 +08:00
yangfeng
7a0771d2c8
feat(bt): Add APIs to control transmit power level
...
- API to read ACL real RSSI
- APIs to read/write tx power of inq/iscan/page/pscan/ACL
2026-03-13 10:12:40 +08:00
yangfeng
64a2955ec3
docs(bt): update Classic Bluetooth api reference of SDP
2026-01-07 20:18:02 +08:00
yangfeng
25a33c75f6
docs(bt): update Classic Bluetooth api reference of L2CAP
2026-01-07 20:18:02 +08:00
yangfeng
c4fa07d9a6
docs(bt): update Classic Bluetooth api reference of HFP AG
2026-01-07 20:18:02 +08:00
yangfeng
cfac6b313f
docs(bt): update Classic Bluetooth api reference of HFP Client
2026-01-07 20:18:02 +08:00
yangfeng
8d784d9f08
docs(bt): update Classic Bluetooth api reference of HFP Define
2026-01-07 20:18:02 +08:00
yangfeng
5dbfc9075f
docs(bt): update Classic Bluetooth api reference of SPP
2026-01-07 20:18:02 +08:00
yangfeng
290d477880
docs(bt): update Classic Bluetooth api reference of AVRCP
2026-01-07 20:18:02 +08:00
yangfeng
322984c0cb
docs(bt): update Classic Bluetooth api reference of A2DP
2026-01-07 20:18:02 +08:00
yangfeng
952a63ea93
docs(bt): update Classic Bluetooth api reference of GAP
2026-01-07 09:48:53 +08:00
yangfeng
09e448710b
docs: Add explanations for the A2DP sink stream and AVRCP examples
...
- Modify the path of A2DP sink example
2025-12-19 11:31:15 +08:00
luweike
d56eef151b
docs: Update Bluetooth Low Energy API home page
2025-12-09 10:51:14 +08:00
Lu Wei Ke
7c4e2d0aa2
Merge branch 'docs/update_bt_common_homepage' into 'master'
...
docs: Add intro and brief descriptions to Bluetooth Common API home page
Closes DOC-11910
See merge request espressif/esp-idf!42582
2025-11-21 00:20:14 +08:00
luweike
ac4cd16cdf
docs: Add intro and brief descriptions to Bluetooth Common API home page
2025-11-20 18:56:15 +08:00
luweike
83a26231a6
docs: Add intro and profile summaries to Bluetooth Classic API home page
2025-11-20 18:53:46 +08:00
luoxu
1b1a646891
feat(ble_mesh): Adapt DFU/MBT to esp-idf
2025-10-21 17:22:22 +08:00
shenmengjing
72d858a9d9
docs: Sync CN and EN docs
2025-05-12 11:24:03 +08:00
luweike
fe873acdab
docs: Improve Bluetooth API homepage
2025-05-09 14:17:13 +08:00
zhiweijian
a24fdf2892
feat(bt): fixed some doc error and add ocf parameters description
2025-03-25 15:07:31 +08:00
Shen Weilong
3a71bec278
feat(bt): added definitions for bluetooth hci vendor commands and events
2025-03-25 15:07:31 +08:00
luoxu
a86bb375f7
feat(ble_mesh): Support BLE 5.0 for BLE Mesh
2024-11-08 14:17:52 +08:00
Zhang Xiao Yan
c8de3754df
Merge branch 'docs/add_application_examples_bluetooth' into 'master'
...
docs: update application examples for bluedroid and blufi
See merge request espressif/esp-idf!32185
2024-09-03 18:07:05 +08:00
Linda
1650681d64
docs: update application examples for bluedroid and blufi
2024-09-03 16:11:33 +08:00
Wei Yu Han
182e2c17ba
docs(bluetooth): Repaced Classic Bluetooth with Bluetooth Classic in API reference section name
2024-07-29 09:54:19 +08:00
Yuhan Wei
8379a45f4d
docs(ble): Moved blufi to ble folder
2024-07-25 17:05:45 +08:00
Yuhan Wei
48bf83416a
docs(ble): Moved ble-mesh and blufi to ble section
2024-07-25 17:05:45 +08:00
Marius Vikhammer
f1e65b8373
docs(misc): fixed typos found with codespell
2024-03-28 11:50:58 +08:00
kirill.chalov
22a053f1fc
docs(sphinx-lint): Fix issues reported by sphinx-lint before adding it to pre-commit
2024-01-23 15:22:29 +08:00
wangjialiang
8eed3a2467
fix(ble_mesh): Miscellaneous update for ble mesh
2023-09-16 15:58:14 +08:00
Liu Linyan
5bab168b0e
feat(ble_mesh): Support Bluetooth Mesh Protocol v1.1 (Preview)
2023-09-08 21:37:33 +08:00
Zhang Xiao Yan
58775f868d
Merge branch 'docs/organize_header_files_bluetooth_controller' into 'master'
...
docs: organize header files of Bluetooth Controller
See merge request espressif/esp-idf!24848
2023-09-08 16:07:26 +08:00
caixinying-git
db241482a6
docs: update format issues for EN and CN files under api-reference/bluetooth folder
2023-08-22 16:02:33 +08:00
Linda
c09595a831
docs: organize header files of Bluetooth Controller
2023-08-07 14:13:24 +08:00
wangmengyang
d4ac2380e7
component/docs: enable generation of API-reference documents for Bluetooth HID host
2023-06-21 12:02:58 +08:00
Island
72bf74f904
Merge branch 'feature/update_ble_doc_for_esp32c6_esp32h2' into 'master'
...
ble docs: Update ble doc for esp32c6 and esp32h2
Closes IDF-5926 and IDF-6686
See merge request espressif/esp-idf!23796
2023-05-22 18:50:55 +08:00
Cai Xin Ying
60a1f8b5b9
docs: provide CN translation for api-reference/system/esp_err and api-reference/bluetooth/esp_gatts
2023-05-22 11:13:48 +08:00
Shen Weilong
2900ed4858
ble docs: Update the ble docs for esp32c6 and esp32h2
2023-05-19 11:01:11 +08:00
Cai Xin Ying
9c4dc67870
Docs/add Chinese translation for api-reference/bluetooth/esp_gap_ble.rst, api-reference/protocols/modbus.rst, and libraries-and-frameworks/libs-frameworks.rst from scratch
2023-05-04 17:25:41 +08:00
wangjialiang
6e79d05814
ble_mesh: docs: Remove BLE Mesh related reference for C2
2022-09-16 19:39:51 +08:00
Geng Yuchao
98c0481914
Updated the nimble instructions for ESP32.
2022-08-08 20:50:28 +08:00
Geng Yuchao
0a1d8c1e09
Fix soc caps define for all chips
2022-08-08 20:50:28 +08:00
Marius Vikhammer
349203b3b1
docs: fix spelling errors in l2cap docs
2022-05-31 02:32:06 +00:00
wangmengyang
1423d02cb0
Added BT_SDP API reference document
2022-05-28 23:34:21 +00:00
xiongweichao
b2987c1e94
Added BT_L2CAP API reference document
2022-05-28 23:34:21 +00:00
Marius Vikhammer
030cb77597
docs: update redirected links
2022-05-07 13:09:41 +08:00
Jiang Jiang Jian
34211f898c
Merge branch 'docs/update_esp_hid_device' into 'master'
...
[docs] fix documents for Bluetooth HID Device API reference and example
See merge request espressif/esp-idf!17558
2022-05-05 23:58:07 +08:00
Marius Vikhammer
18c704014f
docs: remove filler template content from BT docs
2022-04-27 14:44:36 +08:00