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

  /external/bluetooth/bluedroid/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)
137 if (link_key)
143 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN);
btm_devctl.c 2384 UINT8 link_key[LINK_KEY_LEN]; local
    [all...]
btm_sec.c     [all...]
btm_int.h 520 LINK_KEY link_key; /* Device link key */ member in struct:__anon3529
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 850 char link_key[64]; local
851 for(i = 0; i < (int)sizeof(link_key); i++)
852 link_key[i] = i;
862 link_key[0] = i;
867 btif_config_set(section, key, "LinkKey", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN);
868 else btif_config_set(section, key, "LE_KEY_LCSRK", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN);
886 char link_key[128] = {0}; local
899 size = sizeof(link_key);
    [all...]
btif_storage.c 486 LINK_KEY link_key; local
487 int size = sizeof(link_key);
488 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type))
503 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0, (UINT8)linkkey_type, 0);
778 LINK_KEY link_key,
786 ret &= btif_config_set("Remote", bdstr, "LinkKey", (const char*)link_key, sizeof(LINK_KEY), BTIF_CFG_TYPE_BIN);
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 124 LINK_KEY link_key,
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 706 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key,
723 if (link_key)
727 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
789 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask,
804 if (link_key)
808 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN)
    [all...]
bta_dm_int.h 395 LINK_KEY link_key; member in struct:__anon2900
bta_dm_act.c 51 static UINT8 bta_dm_link_key_request_cback (BD_ADDR bd_addr, LINK_KEY key);
52 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);
730 p_lc = (UINT8 *)p_dev->link_key;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 175 LINK_KEY link_key);
668 LINK_KEY *link_key);
    [all...]
btm_api.h 1839 LINK_KEY link_key; member in struct:__anon3739
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 632 LINK_KEY key; /* Link key associated with peer device. */
    [all...]
  /external/qemu/hw/
bt.h 527 uint8_t link_key[16]; member in struct:__anon27033
1496 uint8_t link_key[16]; member in struct:__anon27156
    [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 304 milliseconds