OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_class_to_int
(Results
1 - 5
of
5
) sorted by null
/system/bt/btcore/include/
device_class.h
47
int
device_class_to_int
(const bt_device_class_t *dc);
/system/bt/btcore/test/
device_class_test.cpp
189
int cod1 =
device_class_to_int
(&dc1);
203
int cod2 =
device_class_to_int
(&dc2);
217
int cod2 =
device_class_to_int
(&dc);
property_test.cpp
59
int dc_int =
device_class_to_int
(dc1);
/system/bt/btcore/src/
device_class.c
84
int
device_class_to_int
(const bt_device_class_t *dc) {
function
/system/bt/tools/bdtool/
adapter.c
266
int dc_int =
device_class_to_int
(dc);
Completed in 170 milliseconds