Home
last modified time | relevance | path

Searched refs:btif_config_set (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c162 return btif_config_set(section, key, name, (char*)&value, sizeof(value), BTIF_CFG_TYPE_INT); in btif_config_set_int()
174 return btif_config_set(section, key, name, value, strlen(value) + 1, BTIF_CFG_TYPE_STR); in btif_config_set_str()
222 int btif_config_set(const char* section, const char* key, const char* name, const char* value, int… in btif_config_set() function
931btif_config_set(section, key, "LinkKey", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN); in cfg_test_write()
932 … else btif_config_set(section, key, "LE_KEY_LCSRK", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN); in cfg_test_write()
977btif_config_set("Remote", "00:22:5F:97:56:04", "Class Delete", class, strlen(class) + 1, BTIF_CFG_… in cfg_test_read()
Dbtif_config_util.cpp269btif_config_set(section_name, key_name, value_name, bin, len/2, BTIF_CFG_TYPE_BIN); in parse_sections()
657 btif_config_set("Remote", bd_addr, "HidDescriptor", rd, rep_desc_len, in parse_bluez_hid_sdp_records()
679 btif_config_set("Remote", bd_addr, "HidDescriptor", rd, rep_desc_len, in parse_bluez_hid_sdp_records()
890 btif_config_set("Remote", addr, "LinkKey", linkkey, in load_bluez_linkkeys()
Dbtif_storage.c789 …ret &= btif_config_set("Remote", bdstr, "LinkKey", (const char*)link_key, sizeof(LINK_KEY), BTIF_C… in btif_storage_add_bonded_device()
991 …int ret = btif_config_set("Remote", bdstr, name, (const char*)key, (int)key_length, BTIF_CFG_TYPE_… in btif_storage_add_ble_bonding_key()
1102 …int ret = btif_config_set("Local", "Adapter", name, (const char*)key, key_length, BTIF_CFG_TYPE_BI… in btif_storage_add_ble_local_key()
1403 btif_config_set("Remote", bdstr, "HidDescriptor", (const char*)dsc_list, dl_len, in btif_storage_add_hid_device_info()
1552 if (!btif_config_set("Local", BTIF_STORAGE_HL_APP,BTIF_STORAGE_HL_APP_CB, in btif_storage_read_hl_apps_cb()
/external/bluetooth/bluedroid/btif/include/
Dbtif_config.h62 int btif_config_set(const char* section, const char* key, const char* name, const char* value, int…
/external/bluetooth/bluedroid/btif/co/
Dbta_hh_co.c493 btif_config_set("Remote", bdstr, "HidReport", (const char*)sReportCache, in bta_hh_le_co_rpt_info()