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

  /system/bt/btif/include/
btif_storage.h 120 LINK_KEY link_key,
  /system/bt/btif/src/
btif_storage.c 443 LINK_KEY link_key; local
444 size_t size = sizeof(link_key);
445 if(btif_config_get_bin(bdstr, "LinkKey", (uint8_t *)link_key, &size))
497 LINK_KEY link_key; local
498 size_t size = sizeof(link_key);
499 if(btif_config_get_bin(name, "LinkKey", link_key, &size))
516 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0,
800 LINK_KEY link_key
    [all...]
  /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,
142 if (link_key)
148 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN);
btm_int.h 519 LINK_KEY link_key; /* Device link key */ member in struct:__anon69351
    [all...]
btm_sec.c     [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /system/bt/stack/include/
btm_api.h     [all...]
hcimsgs.h 130 LINK_KEY link_key);
    [all...]
bt_types.h 321 typedef UINT8 LINK_KEY[LINK_KEY_LEN]; /* Link Key */
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 299 typedef UINT8 LINK_KEY[LINK_KEY_LEN]; /* Link Key */
  /system/bt/bta/dm/
bta_dm_int.h 353 LINK_KEY link_key; member in struct:__anon68609
    [all...]
bta_dm_api.c 509 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key,
526 if (link_key)
530 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
    [all...]
bta_dm_act.c 58 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);
747 p_lc = (UINT8 *)p_dev->link_key;
    [all...]
  /system/bt/stack/btu/
btu_hcif.c     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 214 private static final String LINK_KEY = "LINK";
    [all...]
  /system/bt/stack/hcic/
hcicmds.c 284 BOOLEAN btsnd_hcic_link_key_req_reply (BD_ADDR bd_addr, LINK_KEY link_key)
301 ARRAY16_TO_STREAM (pp, link_key);
    [all...]

Completed in 1291 milliseconds