Searched refs:sdp_blacklist (Results 1 – 1 of 1) sorted by relevance
194 static skip_sdp_entry_t sdp_blacklist[] = {{76}}; // Apple Mouse and Keyboard variable536 for (unsigned int i = 0; i < ARRAY_SIZE(sdp_blacklist); i++) { in check_sdp_bl()537 if (manufacturer == sdp_blacklist[i].manufact_id) return true; in check_sdp_bl()