Searched refs:btif_config_set_int (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.c | 189 btif_config_set_int(bdstr, in prop2cfg() 207 btif_config_set_int("Adapter", in prop2cfg() 211 btif_config_set_int("Adapter", in prop2cfg() 215 btif_config_set_int(bdstr, in prop2cfg() 219 btif_config_set_int(bdstr, in prop2cfg() 246 btif_config_set_int(bdstr, in prop2cfg() 248 btif_config_set_int(bdstr, in prop2cfg() 250 btif_config_set_int(bdstr, in prop2cfg() 784 int ret = btif_config_set_int(bdstr, "LinkKeyType", (int)key_type); in btif_storage_add_bonded_device() 785 ret &= btif_config_set_int(bdstr, "PinLength", (int)pin_length); in btif_storage_add_bonded_device() [all …]
|
D | btif_config.c | 295 bool btif_config_set_int(const char *section, const char *key, int value) { in btif_config_set_int() function
|
D | btif_dm.c | 715 btif_config_set_int(bdstr, "DevType", BT_DEVICE_TYPE_BLE); in btif_dm_cb_create_bond()
|
/system/bt/btif/include/ |
D | btif_config.h | 33 bool btif_config_set_int(const char *section, const char *key, int value);
|