OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_config_get_int
(Results
1 - 5
of
5
) sorted by null
/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_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
...]
Completed in 1360 milliseconds