Lines Matching full:adapter
24 * Description: Stores the local BT adapter and remote device properties in
198 else btif_config_set_str("Adapter",
207 btif_config_set_int("Adapter",
211 btif_config_set_int("Adapter",
292 else ret = btif_config_get_str("Adapter",
319 ret = btif_config_get_int("Adapter",
324 ret = btif_config_get_int("Adapter",
570 ** Description BTIF storage API - Fetches the adapter property->type
582 /* Special handling for adapter BD_ADDR and BONDED_DEVICES */
675 ** Description BTIF storage API - Stores the adapter property
1120 int ret = btif_config_set_bin("Adapter", name, (const uint8_t *)key, key_length);
1158 int ret = btif_config_get_bin("Adapter", name, (uint8_t *)key_value, &length);
1175 if(btif_config_exist("Adapter", "LE_LOCAL_KEY_IR"))
1176 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_IR");
1177 if(btif_config_exist("Adapter", "LE_LOCAL_KEY_IRK"))
1178 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_IRK");
1179 if(btif_config_exist("Adapter", "LE_LOCAL_KEY_DHK"))
1180 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_DHK");
1181 if(btif_config_exist("Adapter", "LE_LOCAL_KEY_ER"))
1182 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_ER");