gta4xl-common: Set default the Bluetooth class of device

The class of device is a string with a list of uint8t values:
90,1,16

The meaning is as follows:
{Service Field, Major class, Minor class}

Service Field: 0x5A -> 90
    Bit 17: Networking
    Bit 19: Capturing
    Bit 20: Object Transfer
    Bit 22: Telephony
MAJOR_CLASS: 0x01 -> 1 (Computer)
MINOR_CLASS: 0x10 -> 16 (Handheld PC/PDA)

Bug: 217452259
Test: make -j; -- check that bluetooth.device.class_of_device is
correct

Change-Id: I75a6fb83a6149f58372b7aa46ccc190fd4451ab0
1 file changed