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 123 LINK_KEY link_key,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 67 private static final String LINK_KEY = "LINK";
271 out.writeUTF(LINK_KEY + SEPARATOR + key + NL);
480 case LINK_KEY:
  /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/stack/btm/
btm_dev.c 54 ** link_key - Connection link key. NULL if unknown.
61 LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap,
127 if (link_key)
133 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN);
btm_int.h 523 LINK_KEY link_key; /* Device link key */ member in struct:__anon73591
    [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 323 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 351 LINK_KEY link_key; member in struct:__anon72808
    [all...]
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_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/btu/
btu_hcif.c     [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...]

Completed in 446 milliseconds