Searched refs:btif_config_set (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/btif/include/ |
D | btif_config.h | 59 int btif_config_set(const char* section, const char* key, const char* name, const char* value, int…
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config.c | 161 return btif_config_set(section, key, name, (char*)&value, sizeof(value), BTIF_CFG_TYPE_INT); in btif_config_set_int() 173 return btif_config_set(section, key, name, value, strlen(value) + 1, BTIF_CFG_TYPE_STR); in btif_config_set_str() 221 int btif_config_set(const char* section, const char* key, const char* name, const char* value, int… in btif_config_set() function 867 … btif_config_set(section, key, "LinkKey", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN); in cfg_test_write() 868 … else btif_config_set(section, key, "LE_KEY_LCSRK", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN); in cfg_test_write() 913 …btif_config_set("Remote", "00:22:5F:97:56:04", "Class Delete", class, strlen(class) + 1, BTIF_CFG_… in cfg_test_read()
|
D | btif_storage.c | 785 …ret &= btif_config_set("Remote", bdstr, "LinkKey", (const char*)link_key, sizeof(LINK_KEY), BTIF_C… in btif_storage_add_bonded_device() 981 …int ret = btif_config_set("Remote", bdstr, name, (const char*)key, (int)key_length, BTIF_CFG_TYPE_… in btif_storage_add_ble_bonding_key() 1092 …int ret = btif_config_set("Local", "Adapter", name, (const char*)key, key_length, BTIF_CFG_TYPE_BI… in btif_storage_add_ble_local_key() 1374 btif_config_set("Remote", bdstr, "HidDescriptor", (const char*)dsc_list, dl_len, in btif_storage_add_hid_device_info() 1502 if (!btif_config_set("Local", BTIF_STORAGE_HL_APP,BTIF_STORAGE_HL_APP_CB, in btif_storage_read_hl_apps_cb()
|
D | btif_config_util.cpp | 234 … btif_config_set(section_name, key_name, value_name, bin, len/2, BTIF_CFG_TYPE_BIN); in parse_sections() 655 btif_config_set("Remote", addr, "LinkKey", linkkey, in load_bluez_linkkeys()
|