Home
last modified time | relevance | path

Searched refs:encrypt_connection (Results 1 – 3 of 3) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/
Dlink_layer_packet_builder.cc59 …std::unique_ptr<EncryptConnectionBuilder> encrypt_connection, const Address& source, const Address… in WrapEncryptConnection() argument
61 …new LinkLayerPacketBuilder(Link::PacketType::ENCRYPT_CONNECTION, std::move(encrypt_connection), so… in WrapEncryptConnection()
65 …std::unique_ptr<EncryptConnectionBuilder> encrypt_connection, const Address& source, const Address… in WrapEncryptConnectionResponse() argument
67 Link::PacketType::ENCRYPT_CONNECTION_RESPONSE, std::move(encrypt_connection), source, dest)); in WrapEncryptConnectionResponse()
Dlink_layer_packet_builder.h54 …std::unique_ptr<EncryptConnectionBuilder> encrypt_connection, const Address& source, const Address…
56 …std::unique_ptr<EncryptConnectionBuilder> encrypt_connection, const Address& source, const Address…
/system/bt/vendor_libs/test_vendor_lib/packets/test/
Dlink_layer_packet_builder_test.cc123 EncryptConnectionView encrypt_connection = EncryptConnectionView::GetEncryptConnection(view); in TEST_F() local
124 auto key_itr = encrypt_connection.GetKey(); in TEST_F()
145 EncryptConnectionView encrypt_connection = EncryptConnectionView::GetEncryptConnection(view); in TEST_F() local
146 auto key_itr = encrypt_connection.GetKey(); in TEST_F()