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

/system/bt/stack/btm/
H A Dbtm_dev.cc56 * link_key - Connection link key. NULL if unknown.
63 uint32_t trusted_mask[], LINK_KEY link_key,
121 if (link_key) {
124 memcpy(p_dev_rec->link_key, link_key, LINK_KEY_LEN);
61 BTM_SecAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, uint8_t* features, uint32_t trusted_mask[], LINK_KEY link_key, uint8_t key_type, tBTM_IO_CAP io_cap, uint8_t pin_length) argument
H A Dbtm_sec.cc1246 * link_key - Link Key is copied into this array
1250 LINK_KEY link_key) {
1254 memcpy(link_key, p_dev_rec->link_key, LINK_KEY_LEN);
4728 memcpy(p_dev_rec->link_key, p_link_key, LINK_KEY_LEN);
4840 btsnd_hcic_link_key_req_reply(bda, p_dev_rec->link_key);
5544 p_dev_rec->link_key, p_dev_rec->link_key_type);
1249 BTM_SecGetDeviceLinkKey(const RawAddress& bd_addr, LINK_KEY link_key) argument
H A Dbtm_int_types.h496 LINK_KEY link_key; /* Device link key */ member in struct:__anon882
/system/bt/bta/dm/
H A Dbta_dm_api.cc431 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask,
443 if (link_key) {
446 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
430 BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask, bool is_trusted, uint8_t key_type, tBTA_IO_CAP io_cap, uint8_t pin_length) argument
H A Dbta_dm_int.h290 LINK_KEY link_key; member in struct:__anon94
/system/bt/btif/src/
H A Dbtif_storage.cc393 LINK_KEY link_key; local
394 size_t size = sizeof(link_key);
395 if (btif_config_get_bin(bdstr, "LinkKey", (uint8_t*)link_key, &size)) {
436 LINK_KEY link_key; local
437 size_t size = sizeof(link_key);
438 if (btif_config_get_bin(name, "LinkKey", link_key, &size)) {
450 BTA_DmAddDevice(bd_addr, dev_class, link_key, 0, 0,
733 LINK_KEY link_key, uint8_t key_type,
739 ret &= btif_config_set_bin(bdstr, "LinkKey", link_key, sizeof(LINK_KEY));
732 btif_storage_add_bonded_device(RawAddress* remote_bd_addr, LINK_KEY link_key, uint8_t key_type, uint8_t pin_length) argument
/system/bt/stack/hcic/
H A Dhcicmds.cc210 LINK_KEY link_key) {
221 ARRAY16_TO_STREAM(pp, link_key);
209 btsnd_hcic_link_key_req_reply(const RawAddress& bd_addr, LINK_KEY link_key) argument
/system/bt/stack/smp/
H A Dsmp_keys.cc1675 BT_OCTET16 link_key; local
1677 (uint8_t*)"rbel" /* reversed "lebr" */, link_key);
1699 "%s failed to update link_key. Sec Mode = %d, sm4 = 0x%02x", __func__,
1709 ARRAY16_TO_STREAM(p, link_key);
1761 p2 = p_dev_rec->link_key;

Completed in 181 milliseconds