Searched refs:LINK_KEY_LEN (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/include/ |
D | bt_types.h | 322 #define LINK_KEY_LEN 16 macro 323 typedef UINT8 LINK_KEY[LINK_KEY_LEN]; /* Link Key */
|
/system/bt/stack/btm/ |
D | btm_dev.c | 140 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN); in BTM_SecAddDevice()
|
D | btm_sec.c | 1308 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/ |
D | btif_storage.c | 112 #define STORAGE_REMOTE_LINKKEYS_ENTRY_SIZE (LINK_KEY_LEN*2 + 1 + 2 + 1 + 2)
|
/system/bt/bta/dm/ |
D | bta_dm_api.c | 464 memcpy(p_msg->link_key, link_key, LINK_KEY_LEN); in BTA_DmAddDevice()
|
D | bta_dm_act.c | 2759 memcpy(p_auth_cmpl->key, key, LINK_KEY_LEN); in bta_dm_new_link_key_cback()
|