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

  /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/stack/btm/
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...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 424 LINK_KEY link_key; member in struct:__anon5123
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1855 LINK_KEY link_key; member in struct:__anon6086
    [all...]

Completed in 190 milliseconds