Searched refs:uint32_val (Results 1 – 1 of 1) sorted by relevance
2940 uint32_t uint32_val = static_cast<uint32_t>(std::stoul(value.c_str())); in btif_dm_get_local_class_of_device() local2941 if (uint32_val > 0xFF) { in btif_dm_get_local_class_of_device()2947 temp_device_class[j++] = uint32_val; in btif_dm_get_local_class_of_device()