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

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 40 #define BTIF_CFG_TYPE_STR 1
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 217 if(type & BTIF_CFG_TYPE_STR)
284 if(type & BTIF_CFG_TYPE_STR)
318 return BTIF_CFG_TYPE_STR;
330 case BTIF_CFG_TYPE_STR:
552 if(type == BTIF_CFG_TYPE_STR)
639 BLUEZ_NAMES, "Name", BTIF_CFG_TYPE_STR) &&
643 BLUEZ_PROFILES, "Service", BTIF_CFG_TYPE_STR))
646 BLUEZ_ALIASES, "Aliase", BTIF_CFG_TYPE_STR);
btif_config.c 165 int type = BTIF_CFG_TYPE_STR;
173 return btif_config_set(section, key, name, value, strlen(value) + 1, BTIF_CFG_TYPE_STR);
831 int vtype = BTIF_CFG_TYPE_STR;
912 type = BTIF_CFG_TYPE_STR;
913 btif_config_set("Remote", "00:22:5F:97:56:04", "Class Delete", class, strlen(class) + 1, BTIF_CFG_TYPE_STR);
920 type = BTIF_CFG_TYPE_STR;

Completed in 24 milliseconds