Open
Description
I'm attempting to use the ESP32 as a BLE Server (HID Keyboard) connected to a device, while simultaneously running it as a BLE client to receive notifications from another ESP32 (Basically trying to make a wireless split keyboard) .
I can get each part to work individually, but I don't really know how to approach making them work together.
I apologize if this is a simple issue, I don't have much experience with BLE.