Search found 3 matches

by ESP_YTGerd
Tue Jul 25, 2023 12:12 pm
Forum: ESP-IDF 中文讨论版
Topic: Eclipse IDE+IDF- 蓝牙例程“A2DP_Source"编译错误:undefined reference to..."
Replies: 2
Views: 770

Re: Eclipse IDE+IDF- 蓝牙例程“A2DP_Source"编译错误:undefined reference to..."

另外编译之前可以检查下A2DP的配置项是否打开:
1) 在例程目录下终端输入: idf.py menuconfig
2) 路径: Component config->Bluetooth->Bluedroid Options->Calssic Bluetooth->A2DP
3) 将A2DP选上.
by ESP_YTGerd
Fri Jul 14, 2023 9:36 am
Forum: ESP-IDF 中文讨论版
Topic: 请问一下,我怎么主动连接另一个蓝牙设备,
Replies: 5
Views: 3756

Re: 请问一下,我怎么主动连接另一个蓝牙设备,

哈咯, 你好: 关于L2CAP的连接ESP-IDF里是有例程的: [L2CAP Connection][https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/classic_bt/bt_l2cap_client]. 最近新增了连接的时序图和简单的介绍: [work_flow][https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/bluedroid/classic_bt/bt_l2cap_client/tutor...