OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interop_database
(Results
1 - 2
of
2
) sorted by null
/system/bt/device/src/
interop.c
25
#include "device/include/
interop_database
.h"
44
const size_t db_size = sizeof(
interop_database
) / sizeof(interop_entry_t);
47
if (feature ==
interop_database
[i].feature &&
48
memcmp(addr, &
interop_database
[i].addr,
interop_database
[i].len) == 0) {
/system/bt/device/include/
interop_database.h
29
static const interop_entry_t
interop_database
[] = {
variable
Completed in 351 milliseconds