Ryan Powell

Results 894 comments of Ryan Powell

I tested this today with a C6 and it is advertising, however the servicedata does not show unless a value is provided: `extAdv.setServiceData(NimBLEUUID(LIGHT_SERVICE), "");` < need to add some data....

Hi, the master branch has added this capability by creating a client and then assigning the connection handle to it. See commit: 6db0368

@mathcampbell A new PR #774 was opened to resolve this if you would like to test it. All feedback is greatly appreciated!

> I read somewhere else that Windows takes the controller name from that attribute in the advertisment. How to set that? No idea. I'm not sure how windows recognizes the...

Thanks, that makes sense. I don't know much about the HID stuff, never had to work with it. I'd suggest looking at how all the other attributes are added and...

Thanks for the update, confirms my suspicions that windows gets the name from the Bluetooth registry using the VID/PID which isn't home gamer friendly obviously.

@Volanaro The only way that we know of at this time is to manually change the name in the Windows registry as there is no provision in the BLE HID...

Closing this as it is not an issue with this library.

Have you tried with another esp32 with extended advertising enabled?