Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h294 struct LEConnectionSessionOptions { struct
296 LeAclConnectionState acl_connection_state = LeAclConnectionState::LE_ACL_UNSPECIFIED;
298 LeConnectionOriginType origin_type = LeConnectionOriginType::ORIGIN_UNSPECIFIED;
300 LeConnectionType transaction_type = LeConnectionType::CONNECTION_TYPE_UNSPECIFIED;
302 LeConnectionState transaction_state = LeConnectionState::STATE_UNSPECIFIED;
327 void LogMetricBluetoothLEConnection(os::LEConnectionSessionOptions session_options); argument