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

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 55 int btif_config_exist(const char* section, const char* key, const char* name);
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 811 if(btif_config_exist("Remote", bdstr, "LinkKeyType"))
813 if(btif_config_exist("Remote", bdstr, "PinLength"))
815 if(btif_config_exist("Remote", bdstr, "LinkKey")
    [all...]
btif_config.c 176 int btif_config_exist(const char* section, const char* key, const char* name) function
918 if(btif_config_exist("test", "test cfg", "write"))
935 if(!btif_config_exist(section, key, "time stamp"))
btif_dm.c 413 if(btif_config_exist("Remote", bdstr, "HidAppId"))
    [all...]

Completed in 1300 milliseconds