Home
last modified time | relevance | path

Searched refs:LINK_KEY_LEN (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/include/
Dbt_types.h322 #define LINK_KEY_LEN 16 macro
323 typedef UINT8 LINK_KEY[LINK_KEY_LEN]; /* Link Key */
/system/bt/stack/btm/
Dbtm_dev.c140 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN); in BTM_SecAddDevice()
Dbtm_sec.c1308 memcpy (link_key, p_dev_rec->link_key, LINK_KEY_LEN); in BTM_SecGetDeviceLinkKey()
4883 memcpy (p_dev_rec->link_key, p_link_key, LINK_KEY_LEN); in btm_sec_link_key_notification()
/system/bt/btif/src/
Dbtif_storage.c112 #define STORAGE_REMOTE_LINKKEYS_ENTRY_SIZE (LINK_KEY_LEN*2 + 1 + 2 + 1 + 2)
/system/bt/bta/dm/
Dbta_dm_api.c464 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN); in BTA_DmAddDevice()
Dbta_dm_act.c2759 memcpy(p_auth_cmpl->key, key, LINK_KEY_LEN); in bta_dm_new_link_key_cback()