Home
last modified time | relevance | path

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

/aosp12/system/bt/btcore/test/
H A Ddevice_class_test.cc196 int cod1 = device_class_to_int(&dc1); in TEST_F()
210 int cod2 = device_class_to_int(&dc2); in TEST_F()
224 int cod2 = device_class_to_int(&dc); in TEST_F()
H A Dproperty_test.cc59 int dc_int = device_class_to_int(dc1); in TEST_F()
/aosp12/system/bt/btcore/include/
H A Ddevice_class.h49 int device_class_to_int(const bt_device_class_t* dc);
/aosp12/system/bt/btcore/src/
H A Ddevice_class.cc88 int device_class_to_int(const bt_device_class_t* dc) { in device_class_to_int() function
/aosp12/system/bt/tools/bdtool/
H A Dadapter.c240 int dc_int = device_class_to_int(dc); in parse_properties()