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

  /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_devctl.c 2446 UINT8 link_key[LINK_KEY_LEN]; local
    [all...]
btm_int.h 546 LINK_KEY link_key; /* Device link key */ member in struct:__anon5875
    [all...]
btm_sec.c     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 914 char link_key[64]; local
915 for(i = 0; i < (int)sizeof(link_key); i++)
916 link_key[i] = i;
926 link_key[0] = i;
931 btif_config_set(section, key, "LinkKey", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN);
932 else btif_config_set(section, key, "LE_KEY_LCSRK", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN);
950 char link_key[128] = {0}; local
963 size = sizeof(link_key);
    [all...]
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/btif/include/
btif_storage.h 125 LINK_KEY link_key,
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 175 LINK_KEY link_key);
668 LINK_KEY *link_key);
    [all...]
btm_api.h 1855 LINK_KEY link_key; member in struct:__anon6086
    [all...]
bt_types.h 322 typedef UINT8 LINK_KEY[LINK_KEY_LEN]; /* Link Key */
  /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_int.h 424 LINK_KEY link_key; member in struct:__anon5123
    [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...]
  /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...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_main.c 460 /* If BT disable is done while the HID device is connected and Link_Key uses unauthenticated combination
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]
  /external/qemu/include/hw/
bt.h 527 uint8_t link_key[16]; member in struct:__anon34331
1496 uint8_t link_key[16]; member in struct:__anon34454
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 299 typedef UINT8 LINK_KEY[LINK_KEY_LEN]; /* Link Key */
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 186 private static final String LINK_KEY = "LINK: ";
    [all...]

Completed in 947 milliseconds