HomeSort by relevance Sort by last modified time
    Searched full:sdp_blacklist (Results 1 - 1 of 1) sorted by null

  /system/bt/btif/src/
btif_dm.cc 187 static skip_sdp_entry_t sdp_blacklist[] = {{76}}; // Apple Mouse and Keyboard variable
476 for (unsigned int i = 0; i < ARRAY_SIZE(sdp_blacklist); i++) {
477 if (manufacturer == sdp_blacklist[i].manufact_id) return true;
    [all...]

Completed in 82 milliseconds