Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bluetooth Appearance Icons

I'm working on firmware for a BLE device and need to define an appearance value. For now, I have chosen a 'Generic Computer'. However, the full list of appearance values https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.gap.appearance.xml has some values that might be more appropriate. In Windows 10 the 'Generic Computer' shows up with an icon of a desktop PC. Is there a resource available that will allow me to view the icons for any/all of the supported appearance values? I'd like to avoid multiple compile, load and browse cycles just to observe the icons.

like image 906
user3439702 Avatar asked Oct 13 '17 17:10

user3439702


1 Answers

The best answer to this question I can find is that:

  1. The specification only assigns a general description to different values (e.g. "generic phone" or "generic thermometer". The official mapping can be found at bluetooth.com.
  2. The actual icons (and perhaps any extensions) are vendor-specific. I have yet to find a search result that shows all icons for a particular implementation.
like image 142
nccc Avatar answered Sep 27 '22 21:09

nccc