Home
last modified time | relevance | path

Searched refs:interop_database (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/device/
Dinterop.c46 const size_t db_size = sizeof(interop_database) / sizeof(interop_entry_t); in interop_match()
49 if (feature == interop_database[i].feature && in interop_match()
50 memcmp(addr, &interop_database[i].addr, interop_database[i].len) == 0) { in interop_match()
/hal_espressif-3.7.0/components/bt/host/bluedroid/device/include/device/
Dinterop_database.h30 static const interop_entry_t interop_database[] = { variable