Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btcore/test/
Ddevice_class_test.cc185 device_class_from_int(&dc1, cod1); in TEST_F()
217 device_class_from_int(&dc, cod1); in TEST_F()
/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_device_class_fuzzer.cpp61 device_class_from_int(&deviceClass, val); in process()
/packages/modules/Bluetooth/system/btcore/include/
Ddevice_class.h47 void device_class_from_int(bt_device_class_t* dc, int data);
/packages/modules/Bluetooth/system/btcore/src/
Ddevice_class.cc83 void device_class_from_int(bt_device_class_t* dc, int data) { in device_class_from_int() function