Searched refs:BtInterface (Results 1 – 2 of 2) sorted by relevance
60 mBluetoothA2dp(std::move(std::get<ModuleBluetooth::BtInterface::BTA2DP>(btHandles))), in StreamBluetooth()61 mBluetoothLe(std::move(std::get<ModuleBluetooth::BtInterface::BTLE>(btHandles))), in StreamBluetooth()
29 enum BtInterface : int { BTSCO, BTA2DP, BTLE }; enum