I'm developing a custom bluetooth keyboard. It works now smoothly, but there's one thing I can't figure out. In macOS bluetooth settings page, the icon doesn't properly imply its device type. AirPods Pro and Logitech M590 mouse do the job well.
Going through the system information, both AirPods Pro and Logitech M590 have a minor type field in its device information. I believe it's sent to Macbook via the device bluetooth advertising.
My keyboard is developed on top of an nRF52832 module. I'm not very familiar with NRF SDK, this is my first attempt. How can I add such information to my device? Any links to the doc or sample code would help.