Searched refs:encrypt_connection (Results 1 – 3 of 3) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/ |
D | link_layer_packet_builder.cc | 59 …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()
|
D | link_layer_packet_builder.h | 54 …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/ |
D | link_layer_packet_builder_test.cc | 123 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()
|