Home | History | Annotate | Download | only in src

Lines Matching defs:link_key

480         LINK_KEY link_key;
481 int size = sizeof(link_key);
482 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type))
497 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0, (UINT8)linkkey_type, 0);
772 LINK_KEY link_key,
780 ret &= btif_config_set("Remote", bdstr, "LinkKey", (const char*)link_key, sizeof(LINK_KEY), BTIF_CFG_TYPE_BIN);