Home
last modified time | relevance | path

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

/system/bt/btcore/test/
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()
Dproperty_test.cc59 int dc_int = device_class_to_int(dc1); in TEST_F()
/system/bt/btcore/include/
Ddevice_class.h49 int device_class_to_int(const bt_device_class_t* dc);
/system/bt/btcore/src/
Ddevice_class.cc88 int device_class_to_int(const bt_device_class_t* dc) { in device_class_to_int() function
/system/bt/tools/bdtool/
Dadapter.c240 int dc_int = device_class_to_int(dc); in parse_properties()