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

  /system/bt/btif/include/
btif_config.h 33 bool btif_config_set_int(const char *section, const char *key, int value);
  /system/bt/btif/src/
btif_storage.c 236 btif_config_set_int(bdstr,
258 btif_config_set_int("Adapter",
262 btif_config_set_int("Adapter",
266 btif_config_set_int(bdstr,
270 btif_config_set_int(bdstr,
298 btif_config_set_int(bdstr,
300 btif_config_set_int(bdstr,
302 btif_config_set_int(bdstr,
806 int ret = btif_config_set_int(bdstr, "LinkKeyType", (int)key_type);
807 ret &= btif_config_set_int(bdstr, "PinLength", (int)pin_length)
    [all...]
btif_config.c 195 bool btif_config_set_int(const char *section, const char *key, int value) { function
btif_dm.c 668 btif_config_set_int(bdstr, "DevType", BT_DEVICE_TYPE_BLE);
    [all...]

Completed in 540 milliseconds