Searched refs:sessionType (Results 1 – 2 of 2) sorted by relevance
80 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance() argument82 : session_type_(sessionType), audio_config_(std::move(audioConfig)){}; in IBluetoothTransportInstance()
53 A2dpTransport(SessionType sessionType) in A2dpTransport() argument54 : IBluetoothTransportInstance(sessionType, {}), in A2dpTransport()