Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.cc190 static skip_sdp_entry_t sdp_blacklist[] = {{76}}; // Apple Mouse and Keyboard variable
484 for (unsigned int i = 0; i < ARRAY_SIZE(sdp_blacklist); i++) { in check_sdp_bl()
485 if (manufacturer == sdp_blacklist[i].manufact_id) return true; in check_sdp_bl()