Searched refs:LinkKey (Results 1 – 25 of 26) sorted by relevance
12
/system/bt/gd/hci/ |
D | link_key.h | 24 using LinkKey = common::ByteArray<16>; variable 27 extern const LinkKey kExampleLinkKey;
|
D | link_key.cc | 22 const LinkKey kExampleLinkKey{
|
/system/bt/gd/storage/ |
D | classic_device.h | 86 GENERATE_PROPERTY_GETTER_SETTER_REMOVER(LinkKey, hci::LinkKey, "LinkKey");
|
/system/bt/stack/include/ |
D | security_client_callbacks.h | 50 const LinkKey& key, uint8_t key_type);
|
D | btm_api.h | 633 BD_NAME bd_name, uint8_t* features, LinkKey* link_key,
|
D | btm_client_interface.h | 120 LinkKey* link_key, uint8_t key_type,
|
D | hcimsgs.h | 77 const LinkKey& link_key); 257 const LinkKey& link_key);
|
D | bt_types.h | 460 typedef Octet16 LinkKey; /* Link Key */ typedef
|
/system/bt/stack/btm/ |
D | btm_dev.h | 43 BD_NAME bd_name, uint8_t* features, LinkKey* p_link_key,
|
D | security_device_record.h | 216 LinkKey link_key; /* Device link key */ 225 LinkKey* p_link_key, uint8_t key_type,
|
D | btm_dev.cc | 64 BD_NAME bd_name, uint8_t* features, LinkKey* p_link_key, in BTM_SecAddDevice()
|
/system/bt/test/mock/ |
D | mock_stack_btm_dev.cc | 49 BD_NAME bd_name, uint8_t* features, LinkKey* p_link_key, in BTM_SecAddDevice()
|
D | mock_bta_dm_api.cc | 66 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice()
|
D | mock_btif_storage.cc | 74 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device()
|
D | mock_hcic_hcicmds.cc | 141 const LinkKey& link_key) { in btsnd_hcic_link_key_req_reply()
|
D | mock_main_shim_btm_api.cc | 87 uint8_t* features, LinkKey* link_key, in BTM_SecAddDevice()
|
/system/bt/btif/include/ |
D | btif_storage.h | 155 LinkKey link_key, uint8_t key_type,
|
/system/bt/bta/include/ |
D | bta_api.h | 294 LinkKey key; /* Link key associated with peer device. */ 835 const LinkKey& link_key, uint8_t key_type,
|
/system/bt/bta/dm/ |
D | bta_dm_api.cc | 236 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice()
|
D | bta_dm_int.h | 138 LinkKey link_key;
|
D | bta_dm_act.cc | 77 const LinkKey& key, uint8_t key_type); 660 LinkKey* p_lc = NULL; in bta_dm_add_device() 2062 BD_NAME bd_name, const LinkKey& key, in bta_dm_new_link_key_cback()
|
/system/bt/btif/src/ |
D | btif_storage.cc | 414 LinkKey link_key; in btif_in_fetch_bonded_device() 453 LinkKey link_key; in btif_in_fetch_bonded_devices() 807 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device()
|
/system/bt/main/shim/ |
D | btm_api.h | 1461 BD_NAME bd_name, uint8_t* features, LinkKey* link_key,
|
D | btm_api.cc | 453 LinkKey key; // Never want to send the key to the stack in OnDeviceBonded() 1251 uint8_t* features, LinkKey* link_key, in BTM_SecAddDevice()
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 91 uint8_t* features, LinkKey* link_key, in BTM_SecAddDevice()
|
12