lemmingDev / ESP32-BLE-Gamepad

Bluetooth LE Gamepad library for the ESP32
Other
1.04k stars 172 forks source link

Changing controller name? #35

Closed chemic closed 3 years ago

chemic commented 3 years ago

Is it possible to change the name of the controller anyhow? controller-name

Thanks for the great library.. it made it to my simracing custom Ferrari 488 wheel 💯

lemmingDev commented 3 years ago

Hi

I'm not sure how. I have asked around... https://github.com/nkolban/esp32-snippets/issues/230#issuecomment-735285688

lishuai199502 commented 1 year ago

Hi Maybe these pages can help https://learn.microsoft.com/en-us/answers/questions/401236/hidd-getproductstring-with-ble-hid-device.html https://learn.microsoft.com/en-us/answers/questions/406840/hidd-getproductstring-with-classic-bluetooth-devic.html https://learn.microsoft.com/zh-CN/windows-hardware/drivers/ddi/hidsdi/nf-hidsdi-hidd_getproductstring It seems like the ble not support,but classic bt can set the Service Name in SDP protocol.