Home
last modified time | relevance | path

Searched defs:StateClosing (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc232 class StateClosing : public State { class in BtifAvStateMachine
234 explicit StateClosing(BtifAvStateMachine& sm) : State(sm, kStateClosing), peer_(sm.Peer()) {} in StateClosing() function in BtifAvStateMachine::StateClosing