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

  /system/bt/btif/src/
btif_storage.cc 393 LINK_KEY link_key; local
394 size_t size = sizeof(link_key);
395 if (btif_config_get_bin(bdstr, "LinkKey", (uint8_t*)link_key, &size)) {
436 LINK_KEY link_key; local
437 size_t size = sizeof(link_key);
438 if (btif_config_get_bin(name, "LinkKey", link_key, &size)) {
450 BTA_DmAddDevice(bd_addr, dev_class, link_key, 0, 0,
733 LINK_KEY link_key, uint8_t key_type
    [all...]
  /system/bt/stack/btm/
btm_dev.cc 56 * link_key - Connection link key. NULL if unknown.
63 uint32_t trusted_mask[], LINK_KEY link_key,
121 if (link_key) {
124 memcpy(p_dev_rec->link_key, link_key, LINK_KEY_LEN);
btm_int_types.h 496 LINK_KEY link_key; /* Device link key */ member in struct:__anon113626
    [all...]
btm_sec.cc     [all...]
  /system/bt/btif/include/
btif_storage.h 127 LINK_KEY link_key, uint8_t key_type,
  /system/bt/bta/dm/
bta_dm_api.cc 431 LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask,
443 if (link_key) {
446 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN);
    [all...]
bta_dm_int.h 290 LINK_KEY link_key; member in struct:__anon112838
bta_dm_act.cc 72 LINK_KEY key, uint8_t key_type);
781 if (p_dev->link_key_known) p_lc = (uint8_t*)p_dev->link_key;
    [all...]
  /system/bt/stack/include/
hcimsgs.h 131 LINK_KEY link_key);
btm_api.h     [all...]
btm_api_types.h     [all...]
bt_types.h 553 typedef uint8_t LINK_KEY[LINK_KEY_LEN]; /* Link Key */
    [all...]
  /system/bt/stack/smp/
smp_keys.cc 1675 BT_OCTET16 link_key; local
    [all...]
  /system/bt/stack/hcic/
hcicmds.cc 210 LINK_KEY link_key) {
221 ARRAY16_TO_STREAM(pp, link_key);
    [all...]
  /system/bt/bta/hh/
bta_hh_main.cc 393 * Link_Key uses unauthenticated combination
  /system/bt/bta/include/
bta_api.h 519 LINK_KEY key; /* Link key associated with peer device. */
    [all...]