感谢您提供宝贵的反馈意见。我们已经注意到了您所提出的建议,具体总结如下:
1. API调用流程、事件返回的时机、时序图
2. 文档改进流程:内部正在讨论改进方案,改进计划制定好后会在此通知您。
如果您还有其他建议或意见,欢迎补充。最后再次感谢您的反馈。
Search found 4 matches
- Wed Jun 14, 2023 7:56 am
- Forum: ESP-IDF 中文讨论版
- Topic: 请问一下,我怎么主动连接另一个蓝牙设备,
- Replies: 5
- Views: 4850
- Tue May 23, 2023 12:35 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 请问一下,我怎么主动连接另一个蓝牙设备,
- Replies: 5
- Views: 4850
Re: 请问一下,我怎么主动连接另一个蓝牙设备,
非常抱歉给您带来了不好的体验。关于esp_bt_l2cap_connect 的使用流程如下: 1. 初始化 , 初始化完成后会有 ESP_BT_L2CAP_INIT_EVT 和 ESP_SDP_INIT_EVT 事件上来 2. 注册vfs esp_bt_l2cap_vfs_register 3. 创建record esp_sdp_create_record , 创建完成后会有 ESP_SDP_CREATE_RECORD_COMP_EVT 事件上来 4. 设置设备名称, 设置成可发现和可连接模式, 开始 发现别的设备 5. 找到设备后会有事件上来, 你可以通过 名称 或者地址找到你需要的设备, ...
- Tue Jun 22, 2021 6:51 am
- Forum: ESP-IDF
- Topic: Memory consumption of bluetooth is enormous
- Replies: 19
- Views: 42200
Re: Memory consumption of bluetooth is enormous
Classic Bluetooth controller memory can be freed, but this means you can't use classic Bluetooth mode.
- Tue Jun 22, 2021 3:48 am
- Forum: ESP-IDF
- Topic: Memory consumption of bluetooth is enormous
- Replies: 19
- Views: 42200
Re: Memory consumption of bluetooth is enormous
Classic Bluetooth controller memory can be freed, but this means you can't use classic Bluetooth mode.