OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_class_from_stream
(Results
1 - 3
of
3
) sorted by null
/system/bt/btcore/test/
device_class_test.cpp
54
device_class_from_stream
(&dc0, dc_stream);
69
device_class_from_stream
(&dc, (uint8_t*)&dc_stream[i]);
83
device_class_from_stream
(&dc, dc_stream0);
102
device_class_from_stream
(&dc, dc_stream0);
119
device_class_from_stream
(&dc, dc_stream0);
135
device_class_from_stream
(&dc, dc_stream);
161
device_class_from_stream
(&dc0, dc_stream0);
163
device_class_from_stream
(&dc1, dc_stream1);
170
device_class_from_stream
(&dc0, dc_stream0);
183
device_class_from_stream
(&dc2, dc_stream)
[
all
...]
/system/bt/btcore/include/
device_class.h
35
void
device_class_from_stream
(bt_device_class_t *dc, const uint8_t *data);
/system/bt/btcore/src/
device_class.c
59
void
device_class_from_stream
(bt_device_class_t *dc, const uint8_t *data) {
function
Completed in 35 milliseconds