Home
last modified time | relevance | path

Searched refs:uint32_val (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc2940 uint32_t uint32_val = static_cast<uint32_t>(std::stoul(value.c_str())); in btif_dm_get_local_class_of_device() local
2941 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()