Search found 2 matches

by zhairgling
Sat Aug 25, 2018 10:45 am
Forum: ESP-IDF
Topic: Bluetooth LE HID + Bluetooth classic A2DP
Replies: 0
Views: 3823

Bluetooth LE HID + Bluetooth classic A2DP

Hi, I'm working on doing A2DP sink over classic BT and Hid over BTLE GATT server on one esp32 at the same time. The problem is that i can't discover the Hid part. The A2DP works fine by the way. The only way i can use th hid part is commenting BT classic initialisation: /* create application task */...
by zhairgling
Wed Aug 22, 2018 9:20 am
Forum: ESP-IDF
Topic: Bluetooth LE HID + Bluetooth classic A2DP
Replies: 0
Views: 2489

Bluetooth LE HID + Bluetooth classic A2DP

Hi, I am in case I would like to use the esp32 for my Bluetooth DIY keyboard. It currently works via an arduino mega connected by series. Thanks to the modified ble_hid_device_demo example I was able to run the hid commands. I would now like to add the A2DP feature to connect a headset and a microph...