Searched defs:StateClosing (Results 1 – 1 of 1) sorted by relevance
232 class StateClosing : public State { class in BtifAvStateMachine234 explicit StateClosing(BtifAvStateMachine& sm) : State(sm, kStateClosing), peer_(sm.Peer()) {} in StateClosing() function in BtifAvStateMachine::StateClosing