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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c54 ** link_key - Connection link key. NULL if unknown.
61 LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap)
137 if (link_key)
143 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN);
59 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.c2186 ** link_key - Link Keys to be stored
2193 LINK_KEY *link_key,
2208 if (btsnd_hcic_write_stored_key (num_keys, bd_addr, link_key))
2384 UINT8 link_key[LINK_KEY_LEN]; local
2398 REVERSE_STREAM_TO_ARRAY(link_key, p1, LINK_KEY_LEN);
2402 ARRAY_TO_STREAM(p, link_key, LINK_KEY_LEN);
2191 BTM_WriteStoredLinkKey(UINT8 num_keys, BD_ADDR *bd_addr, LINK_KEY *link_key, tBTM_CMPL_CB *p_cb) argument
H A Dbtm_sec.c1335 ** link_key - Link Key is copied into this array
1338 tBTM_STATUS BTM_SecGetDeviceLinkKey (BD_ADDR bd_addr, LINK_KEY link_key) argument
1345 memcpy (link_key, p_dev_rec->link_key, LINK_KEY_LEN);
4538 memcpy (p_dev_rec->link_key, p_link_key, LINK_KEY_LEN);
4611 btsnd_hcic_link_key_req_reply (p_bda, p_dev_rec->link_key);
4624 if ((*btm_cb.api.p_link_key_req_callback)(p_bda, p_dev_rec->link_key) == BTM_SUCCESS)
4626 btsnd_hcic_link_key_req_reply (p_bda, p_dev_rec->link_key);
5387 p_dev_rec->sec_bd_name, p_dev_rec->link_key,
H A Dbtm_int.h516 LINK_KEY link_key; /* Device link key */ member in struct:__anon1123
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c706 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key, argument
723 if (link_key)
727 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
789 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask,
804 if (link_key)
808 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
787 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.h395 LINK_KEY link_key; member in struct:__anon494
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c850 char link_key[64]; local
851 for(i = 0; i < (int)sizeof(link_key); i++)
852 link_key[i] = i;
862 link_key[0] = i;
867 btif_config_set(section, key, "LinkKey", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN);
868 else btif_config_set(section, key, "LE_KEY_LCSRK", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN);
886 char link_key[128] = {0}; local
899 size = sizeof(link_key);
[all...]
H A Dbtif_storage.c486 LINK_KEY link_key; local
487 int size = sizeof(link_key);
488 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type))
503 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0, (UINT8)linkkey_type, 0);
778 LINK_KEY link_key,
786 ret &= btif_config_set("Remote", bdstr, "LinkKey", (const char*)link_key, sizeof(LINK_KEY), BTIF_CFG_TYPE_BIN);
777 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/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.h1839 LINK_KEY link_key; member in struct:__anon1333
2028 typedef BOOLEAN (tBTM_MIP_QUERY_CB) (BD_ADDR dev_addr, UINT8 *p_mode, LINK_KEY link_key);
3844 ** dev_class, bd_name, link_key, and features are NULL if unknown
3851 UINT32 trusted_mask[], LINK_KEY link_key,
3908 LINK_KEY link_key);
4264 ** link_key - Link Keys to be stored
4271 LINK_KEY *link_key,
/external/qemu/hw/
H A Dbt.h527 uint8_t link_key[16]; member in struct:__anon24677
1496 uint8_t link_key[16]; member in struct:__anon24800

Completed in 917 milliseconds