HomeSort by relevance Sort by last modified time
    Searched refs:btif_config_remove (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/src/
btif_storage.cc 782 ret &= btif_config_remove(bdstr, "LinkKeyType");
784 ret &= btif_config_remove(bdstr, "PinLength");
786 ret &= btif_config_remove(bdstr, "LinkKey");
788 ret &= btif_config_remove(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE);
    [all...]
btif_config.cc 381 bool btif_config_remove(const std::string& section, const std::string& key) { function
  /system/bt/btif/include/
btif_config.h 50 bool btif_config_remove(const std::string& section, const std::string& key);
  /system/bt/btif/co/
bta_hh_co.cc 593 btif_config_remove(bdstr, "HidReport");

Completed in 275 milliseconds