Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,7 @@ object ChatServer {
private class DeviceAdvertiseCallback : AdvertiseCallback() {
override fun onStartFailure(errorCode: Int) {
super.onStartFailure(errorCode)
// Send error state to display
val errorMessage = "Advertise failed with error: $errorCode"
Log.d(TAG, "Advertising failed")
//_viewState.value = DeviceScanViewState.Error(errorMessage)
Log.d(TAG, "Advertising failed with error: $errorCode")
}

override fun onStartSuccess(settingsInEffect: AdvertiseSettings) {
Expand Down