utl_set_device_class() function
* Function utl_set_device_class * Description This function updates the local Device Class. * Parameters: * p_cod - Pointer to the device class to set to * cmd - the fields of the device class to update. * BTA_UTL_SET_COD_RESERVED_2 - overwrite the two least significant bits reserved_2 * BTA_UTL_SET_COD_MAJOR_MINOR, - overwrite major, minor class * BTA_UTL_SET_COD_SERVICE_CLASS - set the bits in the input * BTA_UTL_CLR_COD_SERVICE_CLASS - clear the bits in the input * BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class, reserved_2 remain unchanged * BTA_UTL_INIT_COD - overwrite major, minor, and service class, reserved_2 remain unchanged * Returns TRUE if successful, Otherwise FALSE