mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-02 11:16:33 +03:00
21 lines
796 B
ReStructuredText
21 lines
796 B
ReStructuredText
Bluetooth® Classic L2CAP API
|
|
============================
|
|
|
|
Overview
|
|
--------
|
|
|
|
Bluetooth Classic L2CAP (Logical Link Control and Adaptation Layer Protocol) API provides functions for data transmission between Bluetooth devices. It supports both client and server roles, allowing the creation of L2CAP connections for reliable, high-throughput communication.
|
|
|
|
Application Examples
|
|
--------------------
|
|
|
|
Check :example:`bluetooth/bluedroid/classic_bt` folder in ESP-IDF examples, which contains the following application:
|
|
|
|
* This is a BT_L2CAP demo. This demo can connect, send and receive L2CAP data :example:`bluetooth/bluedroid/classic_bt/bt_l2cap_client`, :example:`bluetooth/bluedroid/classic_bt/bt_l2cap_server`
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
.. include-build-file:: inc/esp_l2cap_bt_api.inc
|
|
|