Home
last modified time | relevance | path

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

/system/bt/btcore/include/
Ddevice_class.h46 void device_class_from_int(bt_device_class_t* dc, int data);
/system/bt/btcore/test/
Ddevice_class_test.cc186 device_class_from_int(&dc1, cod1); in TEST_F()
218 device_class_from_int(&dc, cod1); in TEST_F()
/system/bt/btcore/src/
Ddevice_class.cc79 void device_class_from_int(bt_device_class_t* dc, int data) { in device_class_from_int() function