Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dsecure_simple_pairing_state.cc207 if (state() == State::kWaitEncryption) { in OnIoCapabilityResponse()
439 state_ = State::kWaitEncryption; in OnLinkKeyRequest()
646 if (state() != State::kWaitEncryption) { in OnEncryptionChange()
768 case State::kWaitEncryption: in ToString()
906 state_ = State::kWaitEncryption; in EnableEncryption()
H A Dlegacy_pairing_state.cc259 state_ = State::kWaitEncryption; in OnLinkKeyRequest()
494 if (state_ != State::kWaitEncryption) { in OnEncryptionChange()
588 state_ = State::kWaitEncryption; in EnableEncryption()
760 case State::kWaitEncryption: in ToString()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dlegacy_pairing_state.h186 kWaitEncryption, enumerator
H A Dsecure_simple_pairing_state.h329 kWaitEncryption, enumerator