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

  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 125 LINK_KEY link_key,
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1855 LINK_KEY link_key; member in struct:__anon6086
    [all...]
hcimsgs.h 175 LINK_KEY link_key);
668 LINK_KEY *link_key);
    [all...]
bt_types.h 322 typedef UINT8 LINK_KEY[LINK_KEY_LEN]; /* Link Key */
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 446 LINK_KEY link_key; local
447 int size = sizeof(link_key);
448 if(btif_config_get("Remote", bdstr, "LinkKey", (char*)link_key, &size, &type))
506 LINK_KEY link_key; local
507 int size = sizeof(link_key);
508 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type))
523 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0, (UINT8)linkkey_type, 0);
781 LINK_KEY link_key
    [all...]
  /external/bluetooth/bluedroid/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)
140 if (link_key)
146 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN);
btm_int.h 546 LINK_KEY link_key; /* Device link key */ member in struct:__anon5875
    [all...]
btm_devctl.c 2446 UINT8 link_key[LINK_KEY_LEN]; local
    [all...]
btm_sec.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 715 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key,
732 if (link_key)
736 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
798 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask,
813 if (link_key)
817 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN)
    [all...]
bta_dm_act.c 57 static UINT8 bta_dm_link_key_request_cback (BD_ADDR bd_addr, LINK_KEY key);
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);
737 p_lc = (UINT8 *)p_dev->link_key;
    [all...]
bta_dm_int.h 424 LINK_KEY link_key; member in struct:__anon5123
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 299 typedef UINT8 LINK_KEY[LINK_KEY_LEN]; /* Link Key */
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 186 private static final String LINK_KEY = "LINK: ";
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c     [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 295 BOOLEAN btsnd_hcic_link_key_req_reply (BD_ADDR bd_addr, LINK_KEY link_key)
312 ARRAY16_TO_STREAM (pp, link_key);
    [all...]

Completed in 1493 milliseconds