The enumeration represents the Class of Device or Class of Service request mode.
Synopsis:
#include <btapi/btdevice.h>
typedef enum {
BT_COD_DEVICECLASS
BT_COD_MAJORSERVICECLASS
BT_COD_MAJORDEVICECLASS
BT_COD_MINORDEVICECLASS
} bt_deviceclassmode_t;
Data:
- BT_COD_DEVICECLASS
- Full device class value, including the next three enumerated values.
- BT_COD_MAJORSERVICECLASS
- Major service class.
For example, networking, audio, rendering, etc.
- BT_COD_MAJORDEVICECLASS
- Major device class.
For example, computer, phone, peripheral, etc.
- BT_COD_MINORDEVICECLASS
- Minor device class.
For example, laptop, smart phone, joystick, etc.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)