/external/bluetooth/bluedroid/btif/include/ |
btif_config.h | 53 int btif_config_get_int(const char* section, const char* key, const char* name, int* value);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_storage.c | 356 ret = btif_config_get_int("Remote", bdstr, 392 ret = btif_config_get_int("Local", "Adapter", 397 ret = btif_config_get_int("Local", "Adapter", 402 ret = btif_config_get_int("Remote", bdstr, 407 ret = btif_config_get_int("Remote", 436 ret = btif_config_get_int("Remote", bdstr, 440 ret = btif_config_get_int("Remote", bdstr, 444 ret = btif_config_get_int("Remote", bdstr, 491 if(btif_config_get_int("Remote", kname, "LinkKeyType", &linkkey_type)) 494 //btif_config_get_int("Remote", kname, "PinLength", &pin_len) [all...] |
btif_gatt_util.c | 314 if (!btif_config_get_int("Remote", bd_addr_str, "DevType", device_type)) 317 if (!btif_config_get_int("Remote", bd_addr_str, "AddrType", addr_type))
|
btif_config.c | 153 int btif_config_get_int(const char* section, const char* key, const char* name, int* value) function 773 btif_config_get_int("Local", "Adapter", "BluezMigrationDone", &bluez_migration_done); 906 ret = btif_config_get_int(section, key, "connect time out", &timeout); 907 //debug("btif_config_get_int return:%d, Remote devices:%s, connect time out:%d", ret, key, timeout);
|
btif_gatt_client.c | [all...] |
btif_dm.c | 517 if(btif_config_get_int("Remote", (char const *)&bdstr,"DevType", &device_type) && [all...] |