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

  /external/bluetooth/bluedroid/main/
bte_conf.c 104 record.vendor = config_get_int(config, section_name, "vendorId", LMP_COMPID_BROADCOM);
105 record.vendor_id_source = config_get_int(config, section_name, "vendorIdSource", DI_VENDOR_ID_SOURCE_BTSIG);
106 record.product = config_get_int(config, section_name, "productId", 0);
107 record.version = config_get_int(config, section_name, "version", 0);
bte_logmsg.c 353 int value = config_get_int(config, CONFIG_DEFAULT_SECTION, functions->trc_name, -1);
  /external/bluetooth/bluedroid/osi/include/
config.h 52 int config_get_int(const config_t *config, const char *section, const char *key, int def_value);
  /external/bluetooth/bluedroid/osi/test/
config_test.cpp 105 EXPECT_EQ(config_get_int(config, "DID", "version", 0), 0x1436);
111 EXPECT_EQ(config_get_int(config, "DID", "primaryRecord", 123), 123);
  /external/bluetooth/bluedroid/osi/src/
config.c 84 int config_get_int(const config_t *config, const char *section, const char *key, int def_value) { function

Completed in 398 milliseconds