Asuki Kono

Results 48 comments of Asuki Kono

@wrayan @lwfinger Thank you for your information, I could contribute to update this driver.

Could you explain more how to change rtk_btusb.c?

New driver caused Kernel panic to my Ideapad yoga13. After causing that, I installed ubuntu14.10 and installed bluetooth driver but kernel panic happened again. Is there any idea to remove...

Value for skb-dev is forgotten to set. My prototype works well on Ubuntu14.04. @lwfinger I sent pull request. Please check it.

@donpdonp Did you reboot your system? I also could not find the device after install this driver before reboot.

@donpdonp It's my pleasure!

@sivar2311 Thank you for the information. I could call! I tried calling scanEndCB with using the bind function but I cannot pass compilcation. Could you give me some advice? ```cpp...

I found the reason because scanCompleteCB is not defined with std::function. https://github.com/h2zero/NimBLE-Arduino/pull/343/files

Thank you for the information. I also succeeded in compilation with using lambda expression. ```cpp if (pChara->subscribe( true, [this](NimBLERemoteCharacteristic* pRemoteCharacteristic, uint8_t* pData, size_t length, bool isNotify) { notifyCB(pRemoteCharacteristic, pData, length,...

Thank you for the information. I checked logs with setting level as 5. # pattern1: matching name [I print toString info by advertized device](https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32/blob/526f3825630d839e64b21aed9d2fa64e18196a0c/src/XboxSeriesXControllerESP32_asukiaaa.hpp#L122-L123). Then I found that target device...