Home
last modified time | relevance | path

Searched refs:ConnectionStateToString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dpeer_test.cc257 Peer::ConnectionStateToString( in TEST_F()
267 Peer::ConnectionStateToString(peer().le()->connection_state())), in TEST_F()
334 Peer::ConnectionStateToString(peer().bredr()->connection_state())), in TEST_F()
343 Peer::ConnectionStateToString(peer().le()->connection_state())), in TEST_F()
393 Peer::ConnectionStateToString( in TEST_F()
404 Peer::ConnectionStateToString(peer().le()->connection_state())), in TEST_F()
752 Peer::ConnectionStateToString(Peer::ConnectionState::kConnected)); in TEST_F()
765 Peer::ConnectionStateToString(Peer::ConnectionState::kConnected)); in TEST_F()
780 Peer::ConnectionStateToString(Peer::ConnectionState::kConnected)); in TEST_F()
793 Peer::ConnectionStateToString(Peer::ConnectionState::kNotConnected)); in TEST_F()
[all …]
H A Dpeer.cc39 std::string Peer::ConnectionStateToString(Peer::ConnectionState state) { in ConnectionStateToString() function in bt::gap::Peer
98 Peer::ConnectionStateToString(connection_state())); in AttachInspect()
263 ConnectionStateToString(previous).c_str(), in OnConnectionStateMaybeChanged()
264 ConnectionStateToString(connection_state()).c_str(), in OnConnectionStateMaybeChanged()
269 ConnectionStateToString(connection_state())); in OnConnectionStateMaybeChanged()
297 ConnectionStateToString(connection_state())); in AttachInspect()
393 ConnectionStateToString(previous).c_str(), in OnConnectionStateMaybeChanged()
394 ConnectionStateToString(connection_state()).c_str()); in OnConnectionStateMaybeChanged()
396 ConnectionStateToString(connection_state())); in OnConnectionStateMaybeChanged()
H A Dbredr_connection_manager_test.cc506 << Peer::ConnectionStateToString(peer->bredr()->connection_state()); in IsInitializing()
515 << Peer::ConnectionStateToString(peer->bredr()->connection_state()); in IsConnected()
528 << Peer::ConnectionStateToString(peer->bredr()->connection_state()); in IsNotConnected()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dpeer.h102 static std::string ConnectionStateToString(Peer::ConnectionState);