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

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 61 int btif_config_remove(const char* section, const char* key, const char* name);
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 805 int ret = btif_config_remove("Remote", bdstr, "LinkKeyType");
806 ret &= btif_config_remove("Remote", bdstr, "PinLength");
807 ret &= btif_config_remove("Remote", bdstr, "LinkKey");
    [all...]
btif_config.c 236 int btif_config_remove(const char* section, const char* key, const char* name) function
910 // debug("testing btif_config_remove");
917 btif_config_remove("Remote", "00:22:5F:97:56:04", "Class Delete");

Completed in 309 milliseconds