Home | History | Annotate | Download | only in src

Lines Matching refs:link_key

395         LINK_KEY link_key;
396 size_t size = sizeof(link_key);
397 if(btif_config_get_bin(bdstr, "LinkKey", (uint8_t *)link_key, &size))
449 LINK_KEY link_key;
450 size_t size = sizeof(link_key);
451 if (btif_config_get_bin(name, "LinkKey", link_key, &size)) {
463 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0,
778 LINK_KEY link_key,
786 ret &= btif_config_set_bin(bdstr, "LinkKey", link_key, sizeof(LINK_KEY));