HomeSort by relevance Sort by last modified time
    Searched refs:link_key (Results 1 - 13 of 13) sorted by null

  /system/bt/btif/include/
btif_storage.h 123 LINK_KEY link_key,
  /system/bt/stack/btm/
btm_dev.c 56 ** link_key - Connection link key. NULL if unknown.
63 LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap,
134 if (link_key)
140 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN);
btm_sec.c     [all...]
btm_int.h 523 LINK_KEY link_key; /* Device link key */ member in struct:__anon72470
    [all...]
  /system/bt/btif/src/
btif_storage.c 395 LINK_KEY link_key; local
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; local
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
    [all...]
  /system/bt/bta/dm/
bta_dm_api.c 448 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key,
461 if (link_key) {
464 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
    [all...]
bta_dm_int.h 351 LINK_KEY link_key; member in struct:__anon71688
    [all...]
bta_dm_act.c 61 static UINT8 bta_dm_new_link_key_cback(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, LINK_KEY key, UINT8 key_type);
812 p_lc = (UINT8 *)p_dev->link_key;
    [all...]
  /system/bt/stack/smp/
smp_keys.c 1947 BT_OCTET16 link_key; local
    [all...]
  /system/bt/stack/include/
btm_api.h     [all...]
hcimsgs.h 130 LINK_KEY link_key);
    [all...]
  /system/bt/stack/hcic/
hcicmds.c 231 BOOLEAN btsnd_hcic_link_key_req_reply (BD_ADDR bd_addr, LINK_KEY link_key)
243 ARRAY16_TO_STREAM (pp, link_key);
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]

Completed in 1707 milliseconds