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

  /external/bluetooth/bluedroid/btif/src/
btif_config.c 727 char link_key[64]; local
728 for(i = 0; i < (int)sizeof(link_key); i++)
729 link_key[i] = i;
733 link_key[0] = i;
736 btif_config_set(section, key, "link keys", link_key, sizeof(link_key), BTIF_CFG_TYPE_BIN);
745 char link_key[128] = {0}; local
758 size = sizeof(link_key);
760 ret = btif_config_get(section, key, "link keys", link_key, &size, &type);
762 // ret, key, *(int *)link_key, *((int *)link_key + 1))
    [all...]
btif_storage.c 480 LINK_KEY link_key; local
481 int size = sizeof(link_key);
482 if(btif_config_get("Remote", kname, "LinkKey", (char*)link_key, &size, &type))
497 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0, (UINT8)linkkey_type, 0);
772 LINK_KEY link_key,
780 ret &= btif_config_set("Remote", bdstr, "LinkKey", (const char*)link_key, sizeof(LINK_KEY), BTIF_CFG_TYPE_BIN);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 2389 UINT8 link_key[LINK_KEY_LEN]; local
    [all...]
btm_int.h 513 LINK_KEY link_key; /* Device link key */ member in struct:__anon3080
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 393 LINK_KEY link_key; member in struct:__anon2462
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1822 LINK_KEY link_key; member in struct:__anon3289
    [all...]
  /external/qemu/hw/
bt.h 527 uint8_t link_key[16]; member in struct:__anon13599
1496 uint8_t link_key[16]; member in struct:__anon13722
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 384 uint8_t link_key[16]; member in struct:__anon43550
1939 uint8_t link_key[16]; member in struct:__anon43738
    [all...]

Completed in 206 milliseconds