Searched refs:role_ (Results 1 – 7 of 7) sorted by relevance
34 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()
99 bluetooth::hci::Role role_{bluetooth::hci::Role::CENTRAL};
66 const char* RoleToString() { return role_ == Role::Server ? kServerRoleStr : kClientRoleStr; } in RoleToString()68 Role role_; member in adb::tls::__anon687488e00111::TlsConnectionImpl87 : 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()
85 Role role_; member90 PairingAuthCtx::PairingAuthCtx(Role role, const Data& pswd) : role_(role) { in PairingAuthCtx()100 switch (role_) { in PairingAuthCtx()
135 Role role_; member155 : 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()
215 return role_; in GetRole()239 hci::Role role_ = hci::Role::CENTRAL; variable
403 role_ = current_role; in OnRoleDiscoveryComplete()437 role_ = new_role; in OnRoleChange()