Searched defs:link_key (Results 1 - 11 of 11) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c56 ** link_key - Connection link key. NULL if unknown.
63 LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap)
140 if (link_key)
146 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN);
61 BTM_SecAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *features, UINT32 trusted_mask[], LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap) argument
H A Dbtm_devctl.c2248 ** link_key - Link Keys to be stored
2255 LINK_KEY *link_key,
2270 if (btsnd_hcic_write_stored_key (num_keys, bd_addr, link_key))
2446 UINT8 link_key[LINK_KEY_LEN]; local
2460 REVERSE_STREAM_TO_ARRAY(link_key, p1, LINK_KEY_LEN);
2464 ARRAY_TO_STREAM(p, link_key, LINK_KEY_LEN);
2253 BTM_WriteStoredLinkKey(UINT8 num_keys, BD_ADDR *bd_addr, LINK_KEY *link_key, tBTM_CMPL_CB *p_cb) argument
H A Dbtm_sec.c1514 ** link_key - Link Key is copied into this array
1517 tBTM_STATUS BTM_SecGetDeviceLinkKey (BD_ADDR bd_addr, LINK_KEY link_key) argument
1524 memcpy (link_key, p_dev_rec->link_key, LINK_KEY_LEN);
4810 memcpy (p_dev_rec->link_key, p_link_key, LINK_KEY_LEN);
4893 btsnd_hcic_link_key_req_reply (p_bda, p_dev_rec->link_key);
4906 if ((*btm_cb.api.p_link_key_req_callback)(p_bda, p_dev_rec->link_key) == BTM_SUCCESS)
4908 btsnd_hcic_link_key_req_reply (p_bda, p_dev_rec->link_key);
5676 p_dev_rec->sec_bd_name, p_dev_rec->link_key,
H A Dbtm_int.h546 LINK_KEY link_key; /* Device link key */ member in struct:__anon1250
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c914 char link_key[64]; local
915 for(i = 0; i < (int)sizeof(link_key); i++)
916 link_key[i] = i;
926 link_key[0] = i;
931 btif_config_set(section, key, "LinkKey", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN);
932 else btif_config_set(section, key, "LE_KEY_LCSRK", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN);
950 char link_key[128] = {0}; local
963 size = sizeof(link_key);
[all...]
H A Dbtif_storage.c446 LINK_KEY link_key; local
447 int size = sizeof(link_key);
448 if(btif_config_get("Remote", bdstr, "LinkKey", (char*)link_key, &size, &type))
506 LINK_KEY link_key; local
507 int size = sizeof(link_key);
508 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type))
523 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0, (UINT8)linkkey_type, 0);
781 LINK_KEY link_key,
789 ret &= btif_config_set("Remote", bdstr, "LinkKey", (const char*)link_key, sizeof(LINK_KEY), BTIF_CFG_TYPE_BIN);
780 btif_storage_add_bonded_device(bt_bdaddr_t *remote_bd_addr, LINK_KEY link_key, uint8_t key_type, uint8_t pin_length) argument
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c715 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key, argument
732 if (link_key)
736 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
798 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask,
813 if (link_key)
817 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
796 BTA_DmAddDevWithName(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *features, LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask, BOOLEAN is_trusted, UINT8 key_type, tBTA_IO_CAP io_cap) argument
H A Dbta_dm_int.h424 LINK_KEY link_key; member in struct:__anon498
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c295 BOOLEAN btsnd_hcic_link_key_req_reply (BD_ADDR bd_addr, LINK_KEY link_key) argument
312 ARRAY16_TO_STREAM (pp, link_key);
1301 LINK_KEY *link_key)
1327 ARRAY16_TO_STREAM (pp, link_key[j]);
1300 btsnd_hcic_write_stored_key(UINT8 num_keys, BD_ADDR *bd_addr, LINK_KEY *link_key) argument
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1855 LINK_KEY link_key; member in struct:__anon1461
1977 typedef BOOLEAN (tBTM_MIP_QUERY_CB) (BD_ADDR dev_addr, UINT8 *p_mode, LINK_KEY link_key);
3821 ** dev_class, bd_name, link_key, and features are NULL if unknown
3828 UINT32 trusted_mask[], LINK_KEY link_key,
3885 LINK_KEY link_key);
4269 ** link_key - Link Keys to be stored
4276 LINK_KEY *link_key,
/external/qemu/include/hw/
H A Dbt.h527 uint8_t link_key[16]; member in struct:__anon29727
1496 uint8_t link_key[16]; member in struct:__anon29850

Completed in 297 milliseconds