Home
last modified time | relevance | path

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

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