Home | History | Annotate | Download | only in src

Lines Matching full:adapter

24  *  Description:   Stores the local BT adapter and remote device properties in
203 btif_config_set_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME, value);
211 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_SCANMODE,
215 btif_config_set_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_DISC_TIMEOUT,
290 ret = btif_config_get_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME,
314 ret = btif_config_get_int("Adapter", BTIF_STORAGE_KEY_ADAPTER_SCANMODE,
320 "Adapter", BTIF_STORAGE_KEY_ADAPTER_DISC_TIMEOUT, (int*)prop->val);
537 * Description BTIF storage API - Fetches the adapter property->type
547 /* Special handling for adapter BD_ADDR and BONDED_DEVICES */
635 * Description BTIF storage API - Stores the adapter property
1058 btif_config_set_bin("Adapter", name, (const uint8_t*)key, key_length);
1093 int ret = btif_config_get_bin("Adapter", name, (uint8_t*)key_value, &length);
1109 if (btif_config_exist("Adapter", "LE_LOCAL_KEY_IR"))
1110 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_IR");
1111 if (btif_config_exist("Adapter", "LE_LOCAL_KEY_IRK"))
1112 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_IRK");
1113 if (btif_config_exist("Adapter", "LE_LOCAL_KEY_DHK"))
1114 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_DHK");
1115 if (btif_config_exist("Adapter", "LE_LOCAL_KEY_ER"))
1116 ret &= btif_config_remove("Adapter", "LE_LOCAL_KEY_ER");