Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_device_class_fuzzer.cpp62 device_class_from_int(&deviceClass, val); in process()
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/include/
Ddevice_class.h46 void device_class_from_int(bt_device_class_t* dc, int data);
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/src/
Ddevice_class.cc80 void device_class_from_int(bt_device_class_t* dc, int data) { in device_class_from_int() function