Home
last modified time | relevance | path

Searched refs:AclConnectionState (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.h30 enum AclConnectionState { enum
62 AclConnectionState GetMode() const { return state_; } in GetMode()
98 AclConnectionState state_{kActiveMode};
Dlink_layer_controller.cc5694 if (connection.GetMode() == AclConnectionState::kSniffMode) { in SwitchRole()