Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btcore/test/
Ddevice_class_test.cc195 int cod1 = device_class_to_int(&dc1); in TEST_F()
209 int cod2 = device_class_to_int(&dc2); in TEST_F()
223 int cod2 = device_class_to_int(&dc); in TEST_F()
Dproperty_test.cc61 int dc_int = device_class_to_int(dc1); in TEST_F()
/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_device_class_fuzzer.cpp62 (void)device_class_to_int(&deviceClass); in process()
Dbtcore_property_fuzzer.cpp51 (void)device_class_to_int(pDeviceClass); in process()
/packages/modules/Bluetooth/system/btcore/include/
Ddevice_class.h50 int device_class_to_int(const bt_device_class_t* dc);
/packages/modules/Bluetooth/system/btcore/src/
Ddevice_class.cc92 int device_class_to_int(const bt_device_class_t* dc) { in device_class_to_int() function