Results 520 comments of chegewara

Looks like you are doing some memory intensive operation in some callbacks. Its hard to say, because code is not formatted, so its hard to read it.

Why do you have the same UUID for service and characteristic? ``` static BLEUUID serviceUUID("6e400001-b5a3-f393-e0a9-e50e24dcca9e"); static BLEUUID charUUID("6e400001-b5a3-f393-e0a9-e50e24dcca9e"); ```

If you will look closer then you will see that all 3 UUIDs are different. `6e400001`, `6e400002`, `6e400003`

It is hard to say, because those logs does not say anything. You can always check nRF logs, there should be disconnect reason.

For some reason esp32 is causing disconnection (clean disconnection). Please check your code.

https://github.com/espressif/esp-idf/issues/8061

Hi, im not sure, but i believe virtualhere is not standard usbip protocol

Yes, its what i thought. It also is commercial project, so hard to get any info about protocol or specification.

Hi im not most knowledgeable person, just i am sharing my knowledge. This project is harder than i thought and i failed to implement it correctly (some devices are working...

> Hi im not most knowledgeable person, just i am sharing my knowledge. This project is harder than i thought and i failed to implement it correctly (some devices are...