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 800 int ret = btif_config_remove("Remote", bdstr, "LinkKeyType");
801 ret &= btif_config_remove("Remote", bdstr, "PinLength");
802 ret &= btif_config_remove("Remote", bdstr, "LinkKey");
    [all...]
btif_config.c 234 int btif_config_remove(const char* section, const char* key, const char* name) function
769 // debug("testing btif_config_remove");
776 btif_config_remove("Remote Devices", "00:22:5F:97:56:04", "Class Delete");

Completed in 45 milliseconds