Search found 4 matches

by james_xwx
Fri Oct 16, 2020 6:49 am
Forum: ESP-IDF 中文讨论版
Topic: ble和a2dp共存会卡的问题
Replies: 1
Views: 3552

Re: ble和a2dp共存会卡的问题

1. 降低BLE扫描的占空比
2. 使用 ringbuf 缓存音频数据
by james_xwx
Fri Oct 16, 2020 6:38 am
Forum: ESP-IDF
Topic: iBeacon and MFi
Replies: 2
Views: 2527

Re: iBeacon and MFi

If it needs to be displayed in Apple's Bluetooth setting interface, MFI authentication is required. Otherwise, it cannot be displayed by the system Bluetooth. However, third-party apps are not subject to this restriction
by james_xwx
Fri Oct 16, 2020 6:36 am
Forum: ESP-IDF
Topic: Bluetooth Client Connection Failed Error
Replies: 1
Views: 2382

Re: Bluetooth Client Connection Failed Error

I guess it may be because of the wrong parameter setting of the connection API, please check the parameters. In addition, you can modify it based on the existing client demo, modify it bit by bit, modify the remote device name to see if it can connect successfully