Home
last modified time | relevance | path

Searched refs:role_ (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.cc34 role_(role), in AclConnection()
46 bluetooth::hci::Role AclConnection::GetRole() const { return role_; } in GetRole()
48 void AclConnection::SetRole(bluetooth::hci::Role role) { role_ = role; } in SetRole()
Dacl_connection.h99 bluetooth::hci::Role role_{bluetooth::hci::Role::CENTRAL};
/packages/modules/adb/tls/
Dtls_connection.cpp66 const char* RoleToString() { return role_ == Role::Server ? kServerRoleStr : kClientRoleStr; } in RoleToString()
68 Role role_; member in adb::tls::__anon687488e00111::TlsConnectionImpl
87 : role_(role), fd_(fd) { in TlsConnectionImpl()
175 CHECK(role_ == Role::Server); in SetClientCAList()
273 switch (role_) { in DoHandshake()
289 if (client_verify_post_handshake_ && role_ == Role::Client) { in DoHandshake()
/packages/modules/adb/pairing_auth/
Dpairing_auth.cpp85 Role role_; member
90 PairingAuthCtx::PairingAuthCtx(Role role, const Data& pswd) : role_(role) { in PairingAuthCtx()
100 switch (role_) { in PairingAuthCtx()
/packages/modules/adb/pairing_connection/
Dpairing_connection.cpp135 Role role_; member
155 : role_(role), pswd_(pswd), peer_info_(peer_info), cert_(cert), priv_key_(priv_key) { in PairingConnectionCtx()
169 role_ == Role::Server ? tls::TlsConnection::Role::Server in SetupTlsConnection()
199 auth_ = CreatePairingAuthPtr(role_, pswd_); in SetupTlsConnection()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.h215 return role_; in GetRole()
239 hci::Role role_ = hci::Role::CENTRAL; variable
Dlink.cc403 role_ = current_role; in OnRoleDiscoveryComplete()
437 role_ = new_role; in OnRoleChange()